feat(craft-agents): 升级 craft-agents 到 0.8.11 版本

删除 0.8.7 版本相关文件并添加 0.8.11 版本的配置文件
更新 docker-compose 配置和国际化表单字段
This commit is contained in:
arch3rPro
2026-04-23 11:11:30 +08:00
parent 92cecbebf4
commit 4d179b5275
3 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,29 @@
additionalProperties:
formFields:
- default: 9100
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Web Port
labelZh: Web端口
required: true
rule: paramPort
type: number
label:
en: Web Port
zh: Web端口
ja: Webポート
ko: Web 포트
- default: "Craft-Agents-"
edit: true
envKey: CRAFT_SERVER_TOKEN
labelEn: Server Token
labelZh: 服务器令牌
random: true
required: true
rule: paramComplexity
type: password
label:
en: Server Token
zh: 服务器令牌
ja: サーバートークン
ko: 서버 토큰