Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2026-06-12 10:17:59 +00:00
parent 2da2eb95b0
commit 8c8893a38f
46 changed files with 10 additions and 10 deletions
+32
View File
@@ -0,0 +1,32 @@
additionalProperties:
formFields:
- default: "/home/openclaw"
edit: true
envKey: OPENCLAW_ROOT_PATH
labelZh: 数据持久化路径
labelEn: Data persistence path
required: true
type: text
- default: 18789
edit: true
envKey: PANEL_APP_PORT_HTTP
labelZh: WebUI 端口
labelEn: WebUI port
required: true
rule: paramPort
type: number
- default: 18790
edit: true
envKey: PANEL_APP_PORT_RPC
labelZh: RPC 端口
labelEn: RPC port
required: true
rule: paramPort
type: number
- default: ""
edit: false
envKey: OPENCLAW_GATEWAY_TOKEN
labelZh: 网关 token
labelEn: Gateway token
required: true
type: password