feat(京东): 广告弹窗-规则优化 (#1659)

This commit is contained in:
Kun Jinkao
2023-11-01 00:31:19 +08:00
committed by GitHub
parent 9f0c2dfc42
commit 79b0c77420

View File

@@ -67,12 +67,24 @@ export default defineAppConfig({
], ],
}, },
{ {
enable: false,
key: 5, key: 5,
name: '首页-弹窗广告', name: '广告弹窗',
activityIds: 'com.jingdong.app.mall.MainFrameActivity', rules: [
rules: 'FrameLayout > [desc="关闭"]', {
snapshotUrls: ['https://i.gkd.li/import/13165721'], key: 0,
activityIds: 'com.jingdong.app.mall.MainFrameActivity',
matches: 'FrameLayout > [desc="关闭"]',
snapshotUrls: 'https://i.gkd.li/import/13165721',
},
{
key: 1,
activityIds:
'com.jd.lib.cashier.complete.view.CashierCompleteActivity',
matches:
'[id="com.jingdong.app.mall:id/webview"] + [id="com.jingdong.app.mall:id/close"][desc="关闭页面"]',
snapshotUrls: 'https://i.gkd.li/import/13218034',
},
],
}, },
{ {
enable: false, enable: false,