From 7c90d4ca1346ed5cd06f3a7cd7d841c9a4d434ac Mon Sep 17 00:00:00 2001 From: bietiaop <1527109126@qq.com> Date: Mon, 5 Aug 2024 19:55:22 +0800 Subject: [PATCH] fix: guobaconfig --- guoba.support.js | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/guoba.support.js b/guoba.support.js index 754c583..4f20fb3 100644 --- a/guoba.support.js +++ b/guoba.support.js @@ -93,23 +93,23 @@ export function supportGuoba() { options: allGroup, }, }, - { - component: 'Divider', - label: '深渊设置', - }, - { - field: 'abyss.interval', - label: '冷却时间', - bottomHelpMessage: - '设置刷新深渊信息的冷却时间,单位为秒,取值范围为0~1000', - component: 'InputNumber', - required: true, - componentProps: { - min: 0, - max: 1000, - placeholder: '请输入数字', - }, - }, + // { + // component: 'Divider', + // label: '深渊设置', + // }, + // { + // field: 'abyss.interval', + // label: '冷却时间', + // bottomHelpMessage: + // '设置刷新深渊信息的冷却时间,单位为秒,取值范围为0~1000', + // component: 'InputNumber', + // required: true, + // componentProps: { + // min: 0, + // max: 1000, + // placeholder: '请输入数字', + // }, + // }, { component: 'Divider', label: '面板设置',