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