feat(京东): 广告弹窗 (#2085)

* feat(京东):广告弹窗

* feat(京东): 广告弹窗

---------

Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
jiuqianyuan
2023-11-14 20:23:47 +08:00
committed by GitHub
parent dccf2b304b
commit d61a629ac1

View File

@@ -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="优惠券"]', 避免在该快照误触
],
},
],
},