mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(京东): 广告弹窗 (#2085)
* feat(京东):广告弹窗 * feat(京东): 广告弹窗 --------- Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
@@ -116,9 +116,14 @@ export default defineAppConfig({
|
||||
},
|
||||
{
|
||||
key: 3,
|
||||
quickFind: true,
|
||||
activityIds: 'com.jingdong.app.mall.MainFrameActivity',
|
||||
matches: 'RelativeLayout > ImageView[desc="关闭页面"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13258996',
|
||||
excludeMatches: 'ImageView[desc="关闭页面"] - [text="优惠券"]',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/import/13258996',
|
||||
'https://i.gkd.li/import/13336847', // 增加excludeMatches: 'ImageView[desc="关闭页面"] - [text="优惠券"]', 避免在该快照误触
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user