From b923ffa7fbb525ad8f5f51e127f89507a912988b Mon Sep 17 00:00:00 2001 From: Qian23333 <119576779+Qian23333@users.noreply.github.com> Date: Fri, 15 Aug 2025 14:43:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BC=98=E5=85=88=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- defSet/priority.yaml | 1 + guoba.support.js | 12 ++++++++++++ 2 files changed, 13 insertions(+) diff --git a/defSet/priority.yaml b/defSet/priority.yaml index 2ad78dd..2350257 100644 --- a/defSet/priority.yaml +++ b/defSet/priority.yaml @@ -6,6 +6,7 @@ help: 70 # 帮助 manage: 70 # 管理 note: 70 # 体力 panel: 70 # 面板 +remind: 70 # 挑战提醒 update: 70 # 更新 user: 70 # 账号操作 monthly: 70 # 菲林月历 diff --git a/guoba.support.js b/guoba.support.js index 981dfce..24b470e 100644 --- a/guoba.support.js +++ b/guoba.support.js @@ -455,6 +455,18 @@ export function supportGuoba() { placeholder: '请输入数字', }, }, + { + field: 'priority.remind', + label: '挑战提醒', + bottomHelpMessage: '设置挑战提醒指令优先级', + component: 'InputNumber', + required: true, + componentProps: { + min: -1000, + max: 1000, + placeholder: '请输入数字', + }, + }, { field: 'priority.update', label: '更新插件',