perf: qq-功能类-自动解锁 Windows QQ

This commit is contained in:
AIsouler
2025-11-27 18:17:01 +08:00
parent c0c9fe8bc0
commit 828debb7c1

View File

@@ -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',
},
],
},
], ],
}); });