From 828debb7c1484d1235d2a27aa296acfe96592516 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Thu, 27 Nov 2025 18:17:01 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20qq-=E5=8A=9F=E8=83=BD=E7=B1=BB-?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E8=A7=A3=E9=94=81=20Windows=20QQ?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.tencent.mobileqq.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/apps/com.tencent.mobileqq.ts b/src/apps/com.tencent.mobileqq.ts index f757e9f1..03fea130 100644 --- a/src/apps/com.tencent.mobileqq.ts +++ b/src/apps/com.tencent.mobileqq.ts @@ -347,5 +347,20 @@ export default defineGkdApp({ }, ], }, + { + key: 33, + name: '功能类-自动解锁 Windows QQ', + fastQuery: true, + matchTime: 10000, + actionMaximum: 1, + rules: [ + { + activityIds: + 'com.tencent.biz.qrcode.activity.UnlockPCQuickVerifyActivity', + matches: '[text="解锁"]', + snapshotUrls: 'https://i.gkd.li/i/15360265', + }, + ], + }, ], });