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

@@ -36,7 +36,7 @@ export const NAV_ITEMS: NavItem[] = [
{ path: '/models', labelKey: 'sidebar.models' },
{ path: '/skills', labelKey: 'sidebar.skills' },
{ path: '/cron', labelKey: 'sidebar.cron' },
{ path: '/scripts', labelKey: 'sidebar.scripts' },
// { path: '/scripts', labelKey: 'sidebar.scripts' },
{ path: '/setting', labelKey: 'sidebar.settings' },
];