feat: 优化webui快速登录&优化代码整体逻辑

This commit is contained in:
手瓜一十雪
2025-04-01 20:43:46 +08:00
parent 604d883506
commit 136a5b4516
4 changed files with 29 additions and 12 deletions

View File

@@ -222,6 +222,11 @@ async function handleLoginInner(context: { isLogined: boolean }, logger: LogWrap
}`);
}
loginService.getQRCodePicture();
try {
await WebUiDataRuntime.runWebUiConfigQuickFunction();
} catch (error) {
logger.logError('WebUi 快速登录失败 执行失败', error);
}
}
loginService.getLoginList().then((res) => {