mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 21:27:47 +00:00
fix: guobaconfig
This commit is contained in:
parent
3fef51cdf9
commit
7c90d4ca13
1 changed files with 17 additions and 17 deletions
|
|
@ -93,23 +93,23 @@ export function supportGuoba() {
|
||||||
options: allGroup,
|
options: allGroup,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
component: 'Divider',
|
// component: 'Divider',
|
||||||
label: '深渊设置',
|
// label: '深渊设置',
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
field: 'abyss.interval',
|
// field: 'abyss.interval',
|
||||||
label: '冷却时间',
|
// label: '冷却时间',
|
||||||
bottomHelpMessage:
|
// bottomHelpMessage:
|
||||||
'设置刷新深渊信息的冷却时间,单位为秒,取值范围为0~1000',
|
// '设置刷新深渊信息的冷却时间,单位为秒,取值范围为0~1000',
|
||||||
component: 'InputNumber',
|
// component: 'InputNumber',
|
||||||
required: true,
|
// required: true,
|
||||||
componentProps: {
|
// componentProps: {
|
||||||
min: 0,
|
// min: 0,
|
||||||
max: 1000,
|
// max: 1000,
|
||||||
placeholder: '请输入数字',
|
// placeholder: '请输入数字',
|
||||||
},
|
// },
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
component: 'Divider',
|
component: 'Divider',
|
||||||
label: '面板设置',
|
label: '面板设置',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue