mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(京东): 首页-浮层广告规则优化、首页-弹窗广告 (#1407)
This commit is contained in:
@@ -40,18 +40,12 @@ export default defineAppConfig({
|
||||
key: 3,
|
||||
name: '首页-浮层广告',
|
||||
activityIds: 'com.jingdong.app.mall.MainFrameActivity',
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
matches:
|
||||
'@[desc^="关闭浮层"] <n * < [id="com.jingdong.app.mall:id/home_float_layout"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/12837870',
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
matches: '[desc="浮层活动"] + [desc="关闭浮层icon"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13072091',
|
||||
},
|
||||
rules: 'RelativeLayout >n * > [desc^="关闭浮层"]',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/import/13165659',
|
||||
'https://i.gkd.li/import/12837870',
|
||||
'https://i.gkd.li/import/13072091',
|
||||
'https://i.gkd.li/import/12837870',
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -72,6 +66,14 @@ export default defineAppConfig({
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
enable: false,
|
||||
key: 5,
|
||||
name: '首页-弹窗广告',
|
||||
activityIds: 'com.jingdong.app.mall.MainFrameActivity',
|
||||
rules: 'FrameLayout > [desc="关闭"]',
|
||||
snapshotUrls: ['https://i.gkd.li/import/13165721'],
|
||||
},
|
||||
{
|
||||
enable: false,
|
||||
key: 10,
|
||||
|
||||
Reference in New Issue
Block a user