From 91819c134d3314db4d818d510b7c5651e2521b3f Mon Sep 17 00:00:00 2001 From: KimigaiiWuyi <444835641@qq.com> Date: Fri, 4 Oct 2024 05:26:03 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20=E8=A1=A5=E5=85=85=E8=AF=B4?= =?UTF-8?q?=E6=98=8E=20(#76)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gsuid_core/webconsole/create_sv_panel.py | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/gsuid_core/webconsole/create_sv_panel.py b/gsuid_core/webconsole/create_sv_panel.py index fdaec41..89f57e0 100644 --- a/gsuid_core/webconsole/create_sv_panel.py +++ b/gsuid_core/webconsole/create_sv_panel.py @@ -42,7 +42,12 @@ def get_sv_panel( { 'type': 'container', 'body': [ - get_input_tag('自定义插件前缀', 'prefix', prefix, []), + get_input_tag( + '自定义插件前缀(不影响插件默认前缀)', + 'prefix', + prefix, + [], + ), ], 'size': 'xs', 'style': { @@ -64,7 +69,7 @@ def get_sv_panel( 'type': 'switch', 'label': '是否禁用插件自带前缀', 'option': '开启/关闭功能', - 'name': 'allow_empty_prefix', + 'name': 'disable_force_prefix', 'falseValue': False, 'trueValue': True, 'id': 'u:d739bc85f366',