mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 17:55:12 +08:00
feat(京东): 全屏广告-弹窗广告(补充activityid)
This commit is contained in:
@@ -105,7 +105,10 @@ export default defineGkdApp({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 2,
|
key: 2,
|
||||||
activityIds: 'com.jingdong.app.mall.MainFrameActivity',
|
activityIds: [
|
||||||
|
'com.jingdong.app.mall.MainFrameActivity',
|
||||||
|
'com.jd.lib.jshop.jshop.JshopMainShopActivity',
|
||||||
|
],
|
||||||
excludeMatches: 'ImageView[desc="关闭页面"] - [text="优惠券"]',
|
excludeMatches: 'ImageView[desc="关闭页面"] - [text="优惠券"]',
|
||||||
matches:
|
matches:
|
||||||
'[desc="关闭页面" || desc="关闭按钮"][clickable=true][visibleToUser=true]',
|
'[desc="关闭页面" || desc="关闭按钮"][clickable=true][visibleToUser=true]',
|
||||||
@@ -114,6 +117,7 @@ export default defineGkdApp({
|
|||||||
'https://i.gkd.li/i/13258996',
|
'https://i.gkd.li/i/13258996',
|
||||||
'https://i.gkd.li/i/13336847', // 增加excludeMatches: 'ImageView[desc="关闭页面"] - [text="优惠券"]', 避免在该快照误触
|
'https://i.gkd.li/i/13336847', // 增加excludeMatches: 'ImageView[desc="关闭页面"] - [text="优惠券"]', 避免在该快照误触
|
||||||
'https://i.gkd.li/i/15416926',
|
'https://i.gkd.li/i/15416926',
|
||||||
|
'https://i.gkd.li/i/15862131',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user