diff --git a/src/apps/com.taobao.taobao.ts b/src/apps/com.taobao.taobao.ts index f09116e5..66d4b765 100644 --- a/src/apps/com.taobao.taobao.ts +++ b/src/apps/com.taobao.taobao.ts @@ -62,6 +62,20 @@ export default defineAppConfig({ 'https://i.gkd.li/import/13197877', ], }, + { + key: 3, + name: '悬浮广告', + rules: [ + { + key: 0, + name: '商品详情右侧悬浮广告', + activityIds: 'com.taobao.browser.BrowserActivity', + matches: + 'View[childCount=2] > @Image[text!=""][clickable=true] + View', + snapshotUrls: 'https://i.gkd.li/import/13521702', + }, + ], + }, { enable: false, key: 8,