appstore/apps/libretv/202506102250/data.yml

26 lines
466 B
YAML

additionalProperties:
formFields:
# HTTP 端口
- default: 8899
envKey: PANEL_APP_PORT_HTTP
labelZh: HTTP端口
labelEn: HTTP Port
required: true
edit: true
rule: paramPort
type: number
# 访问密码
- default: "111111"
envKey: PANEL_APP_PASSWORD
labelZh: 访问密码
labelEn: Access Password
required: true
edit: true
rule: passwordStrength
type: password