feat(京东): 首页-浮层广告规则优化 (#731)

* fix(京东): 首页-浮层广告规则优化、快照更正
- 原快照非京东APP快照,更正为正确相关快照
- 同时浮层广告存在关闭按钮可能位于广告上或下的情况,特此兼容

* feat(京东): 首页-浮层广告-规则优化

---------

Co-authored-by: 二刺螈 <i@songe.li>
This commit is contained in:
aoguai
2023-10-08 00:27:03 +08:00
committed by GitHub
parent 4e48fb61ac
commit 7f366297ff

View File

@@ -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',
},
],
},