feat(settings): add settings pages and layout with routing

This commit is contained in:
2025-10-20 18:25:44 +08:00
parent 85eb3ab3da
commit 73510a3b74
12 changed files with 128 additions and 21 deletions

View File

@@ -0,0 +1,5 @@
export { default as ModelsSetting } from './models';
export { default as SystemSetting } from './system';
export { default as TeamsSetting } from './teams';
export { default as ProfileSetting } from './profile';
export { default as MCPSetting } from './mcp';