mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-07-19 12:03:37 +00:00
feat: http与ws共站支持热重载
This commit is contained in:
@@ -70,7 +70,7 @@ const showQRCode = async (url: string, base64: string, buffer: Buffer) => {
|
||||
});
|
||||
};
|
||||
|
||||
let quickLoginQQ = cmdOptions.qq;
|
||||
let quickLoginQQ = cmdOptions.qq; // undefine、true、string
|
||||
const QuickLoginList = await napCatCore.getQuickLoginList();
|
||||
if (quickLoginQQ == true) {
|
||||
if (QuickLoginList.LocalLoginInfoList.length > 0) {
|
||||
|
Reference in New Issue
Block a user