feat: 添加AI设计工具的配置文件和新的图像生成器UI原型

This commit is contained in:
2025-09-05 10:36:46 +08:00
parent f5161f658b
commit b69b7782e5
4 changed files with 1181 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"permissions": {
"allow": [
"Bash(mkdir:*)"
],
"deny": []
},
"env": {
"ANTHROPIC_AUTH_TOKEN": "sk-zpZrOa1KqxkLCBH0eMMiIxvyLONJ9SAglhktSGKNNjCuKQQn",
"ANTHROPIC_BASE_URL":"https://instcopilot-api.com"
}
}