feat: 挑战定时提醒

This commit is contained in:
Qian23333 2025-08-15 08:35:04 +08:00
parent 607b85c922
commit 534ef0765e
6 changed files with 340 additions and 0 deletions

View file

@ -194,6 +194,45 @@ export function supportGuoba() {
addonAfter: "s",
},
},
{
component: 'SOFT_GROUP_BEGIN',
label: '提醒功能设置',
},
{
field: 'remind.enable',
label: '开启提醒功能',
bottomHelpMessage: '是否启用式舆防卫战/危局强袭战的定时提醒功能',
component: 'Switch',
},
{
field: 'remind.cron',
label: '提醒时间',
bottomHelpMessage: '设置新用户订阅时的默认Cron表达式',
component: 'EasyCron',
componentProps: {
placeholder: '请输入或选择cron表达式',
},
},
{
field: 'remind.abyssSCount',
label: '默认式舆S评级阈值',
bottomHelpMessage: '新用户订阅时S评级数量低于此值会收到提醒',
component: 'InputNumber',
componentProps: {
min: 0,
placeholder: '请输入数字',
},
},
{
field: 'remind.deadlyStars',
label: '默认危局星星阈值',
bottomHelpMessage: '新用户订阅时,星星总数低于此值会收到提醒',
component: 'InputNumber',
componentProps: {
min: 0,
placeholder: '请输入数字',
},
},
{
component: 'SOFT_GROUP_BEGIN',
label: '攻略设置',