From dd0c9e5c3d40f775ef579140aca1ec52771113a5 Mon Sep 17 00:00:00 2001 From: aisouler Date: Fri, 26 Jan 2024 13:22:56 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=B7=98=E5=AE=9D):=E6=8A=A2=E5=A4=A9?= =?UTF-8?q?=E9=99=8D=E8=A1=A5=E8=B4=B4=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.taobao.taobao.ts | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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', + }, + ], + }, ], });