feat: update .gitignore, remove unused API interfaces, and add local dev scripts for bootstrap and seeding connections

This commit is contained in:
2026-07-13 23:13:16 +08:00
parent b1ddf32238
commit 3ae0cc3e60
8 changed files with 166 additions and 204 deletions
-2
View File
@@ -23,8 +23,6 @@
{ key: 'members', label: '成员', icon: 'members' as const },
{ key: 'teams', label: '团队', icon: 'teams' as const },
{ key: 'projects', label: '项目', icon: 'projects' as const },
{ key: 'models', label: '模型', icon: 'models' as const },
{ key: 'roles', label: '角色', icon: 'roles' as const },
{ key: 'provider', label: '供应方', icon: 'provider' as const }
];