From 392eda1cbcdfbe72921b6816776904737e913f23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Fri, 7 Jun 2024 13:19:22 +0800 Subject: [PATCH] fix: typo --- src/core | 2 +- src/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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())); });