mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 17:55:12 +08:00
feat(拼多多): 红包弹窗(补充规则 (#3171)
This commit is contained in:
@@ -82,24 +82,31 @@ export default defineAppConfig({
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
enable: false,
|
|
||||||
key: 4,
|
key: 4,
|
||||||
name: '红包弹窗',
|
name: '红包弹窗',
|
||||||
activityIds: 'com.xunmeng.pinduoduo.ui.activity.HomeActivity',
|
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
|
activityIds: 'com.xunmeng.pinduoduo.ui.activity.HomeActivity',
|
||||||
matches:
|
matches:
|
||||||
'@ImageView[id=null][clickable=true] < ViewGroup + ViewGroup > ImageView + ViewGroup > ImageView +(2) FrameLayout > TextView[text="专属现金红包"]',
|
'@ImageView[id=null][clickable=true] < ViewGroup + ViewGroup > ImageView + ViewGroup > ImageView +(2) FrameLayout > TextView[text="专属现金红包"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/12642023',
|
snapshotUrls: 'https://i.gkd.li/import/12642023',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
|
activityIds: 'com.xunmeng.pinduoduo.ui.activity.HomeActivity',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
matches:
|
matches:
|
||||||
'@ImageView[clickable=true] < ViewGroup + ViewGroup >n [text="送你大额现金"]',
|
'@ImageView[clickable=true] < ViewGroup + ViewGroup >n [text="送你大额现金"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13625441',
|
snapshotUrls: 'https://i.gkd.li/import/13625441',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 2,
|
||||||
|
activityIds: 'com.xunmeng.pinduoduo.activity.NewPageActivity',
|
||||||
|
matches:
|
||||||
|
'[text="百亿补贴"] > View > View > @View[clickable=true] +n [text^="立即领取"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13669963',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user