mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-17 13:47:44 +00:00
修改api调用顺序
This commit is contained in:
parent
67a26cb72e
commit
f60d399b7f
1 changed files with 1 additions and 7 deletions
|
|
@ -63,12 +63,6 @@ export function supportGuoba() {
|
||||||
label: '查询他人信息',
|
label: '查询他人信息',
|
||||||
bottomHelpMessage: '是否允许查询他人信息',
|
bottomHelpMessage: '是否允许查询他人信息',
|
||||||
component: 'Switch',
|
component: 'Switch',
|
||||||
},
|
|
||||||
{
|
|
||||||
field: 'config.useEnka',
|
|
||||||
label: '优先使用enka查询面板',
|
|
||||||
bottomHelpMessage: '是否使用enka查询面板(实验性功能,可能导致数据异常)',
|
|
||||||
component: 'Switch',
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
field: 'config.update.autoCheck',
|
field: 'config.update.autoCheck',
|
||||||
|
|
@ -171,7 +165,7 @@ export function supportGuoba() {
|
||||||
{
|
{
|
||||||
field: 'panel.useEnka',
|
field: 'panel.useEnka',
|
||||||
label: 'enka查询',
|
label: 'enka查询',
|
||||||
bottomHelpMessage: '是否使用enka接口查询',
|
bottomHelpMessage: '优先使用enka接口查询',
|
||||||
component: 'Switch',
|
component: 'Switch',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue