mirror of
https://github.com/Genshin-bots/gsuid_core.git
synced 2025-05-12 06:55:49 +08:00
🎨 补充说明 (#76)
This commit is contained in:
parent
46f6432fc8
commit
91819c134d
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user