chore: 移除旧的 .claude/settings.json 权限配置并将账号目录迁移到项目根目录

- 删除 `.claude/settings.json` 中的大量 `Bash` 和 `Edit` 权限许可
- 将 `accounts/` 目录从技能脚本子目录迁移到项目根目录
- 更新所有技能文档和脚本中引用 `accounts/` 的路径为项目根目录
- 移除 `forbidden-emperor` 账号中多余的中文提示词配置文件
This commit is contained in:
2026-04-30 01:31:13 +08:00
parent d1d2fe6733
commit 7f955647fe
32 changed files with 12 additions and 717 deletions

View File

@@ -0,0 +1,20 @@
{
"id": "",
"name": "",
"description": "",
"defaultFormat": "9:16",
"imageModel": "gemini",
"videoModel": "",
"batchSize": 30,
"capcut": {
"effects": [],
"filter": "",
"subtitleStyle": {
"fontSize": 12,
"color": "#FFFFFF",
"highlightColor": "#FF6B35",
"bold": true
},
"defaultBGM": ""
}
}