diff --git a/src/apps/com.jingdong.app.mall.ts b/src/apps/com.jingdong.app.mall.ts index ccc5959d..5d3fe7de 100644 --- a/src/apps/com.jingdong.app.mall.ts +++ b/src/apps/com.jingdong.app.mall.ts @@ -40,18 +40,12 @@ export default defineAppConfig({ key: 3, name: '首页-浮层广告', activityIds: 'com.jingdong.app.mall.MainFrameActivity', - rules: [ - { - key: 0, - matches: - '@[desc^="关闭浮层"] 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,