mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 21:27:47 +00:00
增加优先级
This commit is contained in:
parent
d9ee06b285
commit
b923ffa7fb
2 changed files with 13 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ help: 70 # 帮助
|
|||
manage: 70 # 管理
|
||||
note: 70 # 体力
|
||||
panel: 70 # 面板
|
||||
remind: 70 # 挑战提醒
|
||||
update: 70 # 更新
|
||||
user: 70 # 账号操作
|
||||
monthly: 70 # 菲林月历
|
||||
|
|
|
|||
|
|
@ -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: '更新插件',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue