diff --git a/src/core b/src/core index bf82b6fa..247f59d2 160000 --- a/src/core +++ b/src/core @@ -1 +1 @@ -Subproject commit bf82b6fae1cbb28d769f6e380c60746313af1372 +Subproject commit 247f59d2b70470e2864535c6c0a1ad336de0db14 diff --git a/src/index.ts b/src/index.ts index 95e6a767..f8ef07d5 100644 --- a/src/index.ts +++ b/src/index.ts @@ -73,7 +73,7 @@ const quickLoginQQ = cmdOptions.qq; // napCatCore.qrLogin().then().catch(console.error); // }); napCatCore.getQuickLoginList().then((res) => { - // 遍历 res.LocalLoginInfoList[x].isQuickLogin是否可以可以 res.LocalLoginInfoList[x].uin 转为string 加入string[] 最后遍历完成调用WebUiDataRuntime.setQQQuickLoginList + // 遍历 res.LocalLoginInfoList[x].isQuickLogin是否可以 res.LocalLoginInfoList[x].uin 转为string 加入string[] 最后遍历完成调用WebUiDataRuntime.setQQQuickLoginList WebUiDataRuntime.setQQQuickLoginList(res.LocalLoginInfoList.filter((item) => item.isQuickLogin).map((item) => item.uin.toString())); });