Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2026-04-17 02:50:50 +00:00
parent 0ac81a9dc3
commit fb5e8cd127
43 changed files with 11 additions and 11 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