Add App Lucky

This commit is contained in:
arch3rPro
2025-07-02 14:19:01 +08:00
parent 7d8ce8ab5a
commit 1dc7f69edc
8 changed files with 256 additions and 0 deletions

17
apps/lucky/host/data.yml Normal file
View File

@@ -0,0 +1,17 @@
additionalProperties:
formFields:
- default: 16601
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 管理端口
required: true
rule: paramPort
type: number
- default: ./luckyconf
edit: true
envKey: LUCKY_CONF_PATH
labelEn: Config Path
labelZh: 配置目录
required: true
type: string