mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(京东): 首页-浮层广告规则优化 (#731)
* fix(京东): 首页-浮层广告规则优化、快照更正 - 原快照非京东APP快照,更正为正确相关快照 - 同时浮层广告存在关闭按钮可能位于广告上或下的情况,特此兼容 * feat(京东): 首页-浮层广告-规则优化 --------- Co-authored-by: 二刺螈 <i@songe.li>
This commit is contained in:
@@ -38,13 +38,13 @@ export default defineAppConfig({
|
||||
{
|
||||
enable: false,
|
||||
key: 3,
|
||||
name: '浮层广告',
|
||||
name: '首页-浮层广告',
|
||||
activityIds: 'com.jingdong.app.mall.MainFrameActivity',
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
matches: '@[desc^="关闭浮层"] + [desc="浮层活动"]',
|
||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12740073',
|
||||
matches:
|
||||
'@[desc^="关闭浮层"] <n * < [id="com.jingdong.app.mall:id/home_float_layout"]',
|
||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12837870',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user