feat: update UI components and settings structure, remove unused icons

This commit is contained in:
duanshuwen
2026-04-18 20:31:52 +08:00
parent ef46c73c3e
commit 92ec3189bc
10 changed files with 50 additions and 211 deletions

View File

@@ -13,7 +13,7 @@ const MENU_MARKS: Record<string, typeof House> = {
'/models': Cpu,
'/skills': Puzzle,
'/cron': Clock,
'/scripts': Code,
// '/scripts': Code,
'/setting': Settings,
};