1panelappstore/apps/sub-store/latest/data.yml
2024-12-12 21:27:56 +08:00

39 lines
1.1 KiB
YAML

additionalProperties:
formFields:
- default: 40232
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number
- default: 'https://api.day.app/XXXXXXXXXXXX/[推送标题]/[推送内容]?group=SubStore&autoCopy=1&isArchive=1&sound=shake&level=timeSensitive&icon=https%3A%2F%2Fraw.githubusercontent.com%2F58xinian%2Ficon%2Fmaster%2FSub-Store1.png'
edit: true
envKey: SUB_STORE_PUSH_SERVICE
labelEn: Push Service URL
labelZh: 推送服务 URL
required: true
type: text
- default: "55 23 * * *"
edit: true
envKey: SUB_STORE_CRON
labelEn: Cron Schedule
labelZh: Cron 定时任务
required: true
type: text
- default: "/2cXaAxRGfddmGz2yx1wA"
edit: true
envKey: SUB_STORE_FRONTEND_BACKEND_PATH
labelEn: Frontend Backend Path
labelZh: 前端后端路径
required: true
type: text
- default: "./data"
edit: true
envKey: DATA_PATH
labelEn: Data Directory
labelZh: 数据目录
required: true
type: text