feat: 新增技能相关功能

This commit is contained in:
duanshuwen
2026-04-10 23:03:56 +08:00
parent 90a3ff6f77
commit 825fe36967
17 changed files with 2295 additions and 27 deletions

View File

@@ -20,5 +20,6 @@ export const NAMESPACES = [
'knowledge',
'component',
'models',
'skills',
] as const;
export type Namespace = (typeof NAMESPACES)[number];