修改api调用顺序

This commit is contained in:
xyz 2025-04-03 22:09:00 +08:00
parent f719a934ac
commit 67a26cb72e
3 changed files with 27 additions and 19 deletions

View file

@ -63,6 +63,12 @@ export function supportGuoba() {
label: '查询他人信息',
bottomHelpMessage: '是否允许查询他人信息',
component: 'Switch',
},
{
field: 'config.useEnka',
label: '优先使用enka查询面板',
bottomHelpMessage: '是否使用enka查询面板(实验性功能,可能导致数据异常)',
component: 'Switch',
},
{
field: 'config.update.autoCheck',