diff --git a/src/apps/com.taobao.taobao.ts b/src/apps/com.taobao.taobao.ts index 338486e94..3936b60fa 100644 --- a/src/apps/com.taobao.taobao.ts +++ b/src/apps/com.taobao.taobao.ts @@ -219,5 +219,18 @@ export default defineAppConfig({ }, ], }, + { + key: 17, + name: '全屏广告-抢天降补贴弹窗', + desc: '点击X', + rules: [ + { + quickFind: true, + activityIds: 'com.taobao.tao.welcome.Welcome', + matches: '@[desc="关闭按钮"] - [vid="poplayer_native_state_id"]', + snapshotUrls: 'https://i.gkd.li/import/14060521', + }, + ], + }, ], });