mirror of
https://github.com/FranP-code/ChatGPT.git
synced 2025-10-13 00:13:25 +00:00
chore: sync
This commit is contained in:
10
src/routes.tsx
vendored
10
src/routes.tsx
vendored
@@ -3,6 +3,7 @@ import {
|
||||
DesktopOutlined,
|
||||
BulbOutlined,
|
||||
SyncOutlined,
|
||||
FileSyncOutlined,
|
||||
UserOutlined,
|
||||
} from '@ant-design/icons';
|
||||
import type { MenuProps } from 'antd';
|
||||
@@ -10,6 +11,7 @@ import type { MenuProps } from 'antd';
|
||||
import General from '@view/General';
|
||||
import LanguageModel from '@/view/LanguageModel';
|
||||
import SyncPrompts from '@/view/SyncPrompts';
|
||||
import SyncMore from '@/view/SyncMore';
|
||||
|
||||
export type ChatRouteMetaObject = {
|
||||
label: string;
|
||||
@@ -55,6 +57,14 @@ export const routes: Array<ChatRouteObject> = [
|
||||
icon: <SyncOutlined />,
|
||||
},
|
||||
},
|
||||
{
|
||||
path: 'sync-more',
|
||||
element: <SyncMore />,
|
||||
meta: {
|
||||
label: 'Sync More',
|
||||
icon: <FileSyncOutlined />,
|
||||
},
|
||||
},
|
||||
]
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user