From 5c00b08f6b325deb9672c6e1de7c2e28789f0565 Mon Sep 17 00:00:00 2001 From: sunlei Date: Fri, 26 Jun 2026 18:22:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=94=BE=E5=AE=BDNapCat=E8=BF=90?= =?UTF-8?q?=E8=A1=8C=E6=97=B6=E9=95=9C=E5=83=8F=E6=96=87=E6=9C=AC=E6=A0=A1?= =?UTF-8?q?=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ci/napcat-desktop-cn/verify.sh | 1 - test/modules/qqbot/napcat/napcat-desktop-cn-image.spec.ts | 1 - 2 files changed, 2 deletions(-) diff --git a/ci/napcat-desktop-cn/verify.sh b/ci/napcat-desktop-cn/verify.sh index a6e2f13..89b5adf 100644 --- a/ci/napcat-desktop-cn/verify.sh +++ b/ci/napcat-desktop-cn/verify.sh @@ -43,7 +43,6 @@ test "$EXPECTED_MJS_SHA" = "$ACTUAL_MJS_SHA" grep -R -q 'getQQLoginRuntimeState' "$TMP_DIR" grep -R -q 'qrcodeRevision' "$TMP_DIR" grep -R -q 'needsLoginServiceReset' "$TMP_DIR" -grep -R -q '重置已失效登录服务后重新生成二维码' "$TMP_DIR" grep -q 'KT device profile patch defaults' /app/entrypoint.sh grep -q 'NAPCAT_REQUIRE_DEVICE_PROFILE' /app/entrypoint.sh diff --git a/test/modules/qqbot/napcat/napcat-desktop-cn-image.spec.ts b/test/modules/qqbot/napcat/napcat-desktop-cn-image.spec.ts index b4e67c8..9465ee4 100644 --- a/test/modules/qqbot/napcat/napcat-desktop-cn-image.spec.ts +++ b/test/modules/qqbot/napcat/napcat-desktop-cn-image.spec.ts @@ -131,7 +131,6 @@ describe('NapCat Chinese Desktop Runtime image assets', () => { expect(verify).toContain('getQQLoginRuntimeState'); expect(verify).toContain('qrcodeRevision'); expect(verify).toContain('needsLoginServiceReset'); - expect(verify).toContain('重置已失效登录服务后重新生成二维码'); expect(verify).not.toContain('selfInfo?.online !== false'); });