feat: 新增脚本录制功能

This commit is contained in:
duanshuwen
2026-04-12 15:46:28 +08:00
parent 66bb07faf2
commit c16fc93685
38 changed files with 3336 additions and 51 deletions

View File

@@ -22,5 +22,6 @@ export const NAMESPACES = [
'models',
'skills',
'cron',
'script',
] as const;
export type Namespace = (typeof NAMESPACES)[number];