fix: move storage analysis to account menu

This commit is contained in:
Junyan Qin
2026-05-02 17:31:09 +08:00
parent 0154ea6cd3
commit fe619e415f
12 changed files with 536 additions and 310 deletions
@@ -1,6 +1,5 @@
import { SidebarChildVO } from '@/app/home/components/home-sidebar/HomeSidebarChild';
import i18n from '@/i18n';
import { HardDrive } from 'lucide-react';
const t = (key: string) => {
return i18n.t(key);
@@ -52,18 +51,6 @@ export const sidebarConfigList = [
},
section: 'home',
}),
new SidebarChildVO({
id: 'storage-analysis',
name: t('storageAnalysis.title'),
icon: <HardDrive className="text-blue-500" />,
route: '/home/storage-analysis',
description: t('storageAnalysis.description'),
helpLink: {
en_US: '',
zh_Hans: '',
},
section: 'home',
}),
new SidebarChildVO({
id: 'bots',
name: t('bots.title'),