feat: settings page

This commit is contained in:
2026-08-16 16:56:08 +08:00
parent b157dac7ae
commit 05a4009532
5 changed files with 125 additions and 1 deletions
+1
View File
@@ -21,5 +21,6 @@ const router = {
if (id === 'home') window.updateHomeCards && window.updateHomeCards();
if (id === 'applist') window.loadAppList && window.loadAppList();
if (id === 'webapplist') window.loadWebAppList && window.loadWebAppList();
if (id === 'settings') window.loadSettings && window.loadSettings();
}
};