mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 16:25:09 +08:00
fix(美团): 全屏广告-弹窗广告 误触 (#944)
This commit is contained in:
@@ -88,11 +88,14 @@ export default defineGkdApp({
|
||||
name: '邀请好友提现弹窗',
|
||||
activityIds: 'com.meituan.msc.modules.container.MSCActivity',
|
||||
matches:
|
||||
'WebView > View > View[childCount=1] >(1,2) View[childCount=2] > View + Image[text=""][childCount=0][left>0]',
|
||||
'WebView > View > View[childCount=1] >(1,2) View[childCount=2] > View + Image[text=""][childCount=0][left>0][width<200]',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/i/14964911',
|
||||
'https://i.gkd.li/i/15400951',
|
||||
],
|
||||
excludeSnapshotUrls: [
|
||||
'https://i.gkd.li/i/16487898', // 避免误触 add [left>0]
|
||||
'https://i.gkd.li/i/20553947', // 避免误触 add [width<200]
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user