chore: 移除旧的 .claude/settings.json 权限配置并将账号目录迁移到项目根目录
- 删除 `.claude/settings.json` 中的大量 `Bash` 和 `Edit` 权限许可 - 将 `accounts/` 目录从技能脚本子目录迁移到项目根目录 - 更新所有技能文档和脚本中引用 `accounts/` 的路径为项目根目录 - 移除 `forbidden-emperor` 账号中多余的中文提示词配置文件
This commit is contained in:
20
accounts/_template/account.json
Normal file
20
accounts/_template/account.json
Normal 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": ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user