feat: http与ws允许监听同一端口,快速登录允许自动选择QQ号,允许禁用webUI

This commit is contained in:
挂神
2024-07-22 18:41:31 +08:00
parent 769acae518
commit c9a1e6e748
6 changed files with 69 additions and 18 deletions

View File

@@ -21,6 +21,10 @@ const __dirname = dirname(__filename);
*/
export async function InitWebUi() {
const config = await WebUiConfig.GetWebUIConfig();
if (config.port == 0) {
log('[NapCat] [WebUi] Current WebUi is not run.');
return;
}
app.use(express.json());
// 初始服务
app.all('/', (_req, res) => {