mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
feart(美团): 美团买菜活动弹窗-规则优化 (#1007)
* feat(美团) * feat(美团) * 新增 【开屏广告】快照 * feat 美团买菜活动弹窗(完善规则)
This commit is contained in:
@@ -26,13 +26,23 @@ export default defineAppConfig({
|
||||
],
|
||||
},
|
||||
{
|
||||
enable: false,
|
||||
key: 2,
|
||||
name: '美团买菜活动弹窗',
|
||||
activityIds: 'com.meituan.retail.c.android.mrn.mrn.MallMrnModal',
|
||||
rules: 'ViewGroup > ViewGroup +(5) ViewGroup > ImageView',
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
matches: 'ViewGroup > ViewGroup +(5) ViewGroup > ImageView',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12639717',
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
matches:
|
||||
'@ImageView < ViewGroup +3 ViewGroup > ViewGroup > TextView[text^="红包已到账"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12892626',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 3,
|
||||
name: '小调查弹窗',
|
||||
|
||||
Reference in New Issue
Block a user