fix:刷新角色间隔改为毫秒

This commit is contained in:
kissnavel 2025-10-18 21:22:54 +08:00
parent f1cc1dd673
commit 715b3f88f4
4 changed files with 18 additions and 12 deletions

View file

@ -184,14 +184,14 @@ export function supportGuoba() {
field: 'panel.roleInterval',
label: '冷却时间',
bottomHelpMessage:
'设置刷新角色的冷却时间,单位为取值范围为01000',
'设置刷新角色的冷却时间,单位为秒,取值范围为10010000',
component: 'InputNumber',
required: true,
componentProps: {
min: 0,
max: 1000,
min: 100,
max: 10000,
placeholder: '请输入数字',
addonAfter: "s",
addonAfter: "ms",
},
},
{