mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 05:07:46 +00:00
fix:刷新角色间隔改为毫秒
This commit is contained in:
parent
f1cc1dd673
commit
715b3f88f4
4 changed files with 18 additions and 12 deletions
|
|
@ -184,14 +184,14 @@ export function supportGuoba() {
|
|||
field: 'panel.roleInterval',
|
||||
label: '冷却时间',
|
||||
bottomHelpMessage:
|
||||
'设置刷新角色的冷却时间,单位为秒,取值范围为0~1000',
|
||||
'设置刷新角色的冷却时间,单位为毫秒,取值范围为100~10000',
|
||||
component: 'InputNumber',
|
||||
required: true,
|
||||
componentProps: {
|
||||
min: 0,
|
||||
max: 1000,
|
||||
min: 100,
|
||||
max: 10000,
|
||||
placeholder: '请输入数字',
|
||||
addonAfter: "s",
|
||||
addonAfter: "ms",
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue