mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
feat(京东): 开屏广告-规则优化,浮层广告 (#558)
* fix(京东)--我的界面-参与调研 * fix 使用 [desc!="返回"] 进行限定,防止在进入商品详情页时点击返回按钮 * fix 优化【开屏广告】,切换点击目标 * feat 新增【浮层广告】
This commit is contained in:
@@ -9,7 +9,7 @@ export default defineAppConfig({
|
||||
name: '开屏广告',
|
||||
activityIds: 'com.jingdong.app.mall.MainFrameActivity',
|
||||
rules:
|
||||
'RelativeLayout[desc="跳过"][id!=null] > TextView[text="跳过"][id!=null]',
|
||||
'@RelativeLayout[desc="跳过"][id!=null] > TextView[text="跳过"][id!=null]',
|
||||
snapshotUrls: [
|
||||
'https://gkd-kit.gitee.io/import/12668289',
|
||||
'https://gkd-kit.gitee.io/import/12519430',
|
||||
@@ -35,5 +35,18 @@ export default defineAppConfig({
|
||||
'https://gkd-kit.songe.li/import/12774910', // 使用 [desc!="返回"] 进行限定,防止在进入商品详情页时点击返回按钮
|
||||
],
|
||||
},
|
||||
{
|
||||
enable: false,
|
||||
key: 3,
|
||||
name: '浮层广告',
|
||||
activityIds: 'com.jingdong.app.mall.MainFrameActivity',
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
matches: '@[desc^="关闭浮层"] + [desc="浮层活动"]',
|
||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12740073',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user