Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353 2025-01-03 02:21:33 +00:00
parent eea4aeb211
commit 0f4a08c8f1
3 changed files with 52 additions and 0 deletions

View File

@ -28,3 +28,15 @@ PROXY_AUTH=
# 代理 URL 正则表达式
PROXY_URL_REGEX=.*
# 用户 ID
FOLLOW_OWNER_USER_ID=
# 服务描述
FOLLOW_DESCRIPTION=
# 月度价格 [必填]
FOLLOW_PRICE=100
# 用户限制 [必填]
FOLLOW_USER_LIMIT=100

View File

@ -76,3 +76,31 @@ additionalProperties:
labelEn: Proxy URL regular expression
required: false
type: text
- default: ""
edit: true
envKey: FOLLOW_OWNER_USER_ID
labelZh: 用户 ID
labelEn: User id
required: false
type: text
- default: ""
edit: true
envKey: FOLLOW_DESCRIPTION
labelZh: 服务描述
labelEn: Service description
required: false
type: text
- default: 100
edit: true
envKey: FOLLOW_PRICE
labelZh: 月度价格
labelEn: Service price
required: true
type: number
- default: 100
edit: true
envKey: FOLLOW_USER_LIMIT
labelZh: 用户限制
labelEn: User limit
required: true
type: number

View File

@ -28,3 +28,15 @@ PROXY_AUTH=
# 代理 URL 正则表达式
PROXY_URL_REGEX=.*
# 用户 ID
FOLLOW_OWNER_USER_ID=
# 服务描述
FOLLOW_DESCRIPTION=
# 月度价格 [必填]
FOLLOW_PRICE=100
# 用户限制 [必填]
FOLLOW_USER_LIMIT=100