mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 05:07:46 +00:00
feat:锅巴配置刷新角色间隔
This commit is contained in:
parent
13f44a258e
commit
a9f6b8ad36
1 changed files with 13 additions and 0 deletions
|
|
@ -168,6 +168,19 @@ export function supportGuoba() {
|
|||
placeholder: '请输入数字',
|
||||
},
|
||||
},
|
||||
{
|
||||
field: 'panel.roleInterval',
|
||||
label: '冷却时间',
|
||||
bottomHelpMessage:
|
||||
'设置刷新角色的冷却时间,单位为秒,取值范围为0~1000',
|
||||
component: 'InputNumber',
|
||||
required: true,
|
||||
componentProps: {
|
||||
min: 0,
|
||||
max: 1000,
|
||||
placeholder: '请输入数字',
|
||||
},
|
||||
},
|
||||
{
|
||||
component: 'Divider',
|
||||
label: '攻略设置',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue