mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
feat(京东读书): 阅读页面广告弹窗-规则优化 (#1020)
* feat(京东读书) * 增加 activityId * feat 阅读页面广告弹窗 * feat 阅读页面广告弹窗(优化规则)
This commit is contained in:
@@ -54,8 +54,11 @@ export default defineAppConfig({
|
|||||||
key: 3,
|
key: 3,
|
||||||
name: '阅读页面广告弹窗',
|
name: '阅读页面广告弹窗',
|
||||||
activityIds: 'com.jd.read.engine.activity.EngineReaderActivity',
|
activityIds: 'com.jd.read.engine.activity.EngineReaderActivity',
|
||||||
rules: '[id="com.jd.app.reader:id/csj_ad_read_close"]',
|
rules: '[id$="ad_read_close"]',
|
||||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12881810',
|
snapshotUrls: [
|
||||||
|
'https://gkd-kit.songe.li/import/12881810',
|
||||||
|
'https://gkd-kit.songe.li/import/12893631',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user