mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 09:45:11 +08:00
fix(QQ): 功能类-自动领取群聊红包
This commit is contained in:
@@ -644,18 +644,21 @@ export default defineGkdApp({
|
||||
},
|
||||
{
|
||||
key: 27,
|
||||
name: '功能类-自动抢红包',
|
||||
desc: '自己发的红包、专属红包、口令红包、私聊红包不抢',
|
||||
name: '功能类-自动领取群聊红包',
|
||||
desc: '自己发的红包、专属红包、口令红包、私聊红包不领',
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
fastQuery: true,
|
||||
activityIds: 'com.tencent.mobileqq.activity.SplashActivity',
|
||||
matches:
|
||||
'ImageView[childCount=0] < RelativeLayout < FrameLayout +2 LinearLayout >3 @ViewGroup[clickable=true][childCount=5][getChild(3).text!="已领取"] + TextView[text="拼手气红包"]',
|
||||
'ImageView[childCount=0] < RelativeLayout < FrameLayout +2 LinearLayout >3 @ViewGroup[clickable=true][childCount=5][!(getChild(4).text^="已")] + TextView[text="拼手气红包"]',
|
||||
exampleUrls:
|
||||
'https://m.gkd.li/57941037/7a933a7f-dc5a-4eb7-8a6f-fe3cc4e8fb5e',
|
||||
snapshotUrls: 'https://i.gkd.li/i/14221309',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/i/14221309',
|
||||
'https://i.gkd.li/i/18574530',
|
||||
],
|
||||
},
|
||||
{
|
||||
preKeys: [0],
|
||||
|
||||
Reference in New Issue
Block a user