Skip to content

Commit 867447f

Browse files
committed
fix(QQ): 功能类-自动领取群聊红包
1 parent a27c75a commit 867447f

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

src/apps/com.tencent.mobileqq.ts

+7-4
Original file line numberDiff line numberDiff line change
@@ -644,18 +644,21 @@ export default defineGkdApp({
644644
},
645645
{
646646
key: 27,
647-
name: '功能类-自动抢红包',
648-
desc: '自己发的红包、专属红包、口令红包、私聊红包不抢',
647+
name: '功能类-自动领取群聊红包',
648+
desc: '自己发的红包、专属红包、口令红包、私聊红包不领',
649649
rules: [
650650
{
651651
key: 0,
652652
fastQuery: true,
653653
activityIds: 'com.tencent.mobileqq.activity.SplashActivity',
654654
matches:
655-
'ImageView[childCount=0] < RelativeLayout < FrameLayout +2 LinearLayout >3 @ViewGroup[clickable=true][childCount=5][getChild(3).text!="已领取"] + TextView[text="拼手气红包"]',
655+
'ImageView[childCount=0] < RelativeLayout < FrameLayout +2 LinearLayout >3 @ViewGroup[clickable=true][childCount=5][!(getChild(4).text^="已")] + TextView[text="拼手气红包"]',
656656
exampleUrls:
657657
'https://m.gkd.li/57941037/7a933a7f-dc5a-4eb7-8a6f-fe3cc4e8fb5e',
658-
snapshotUrls: 'https://i.gkd.li/i/14221309',
658+
snapshotUrls: [
659+
'https://i.gkd.li/i/14221309',
660+
'https://i.gkd.li/i/18574530',
661+
],
659662
},
660663
{
661664
preKeys: [0],

0 commit comments

Comments
 (0)