From 308dbe60c55ec9e4448c62f4128ffed18c41f0c8 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Mon, 18 Mar 2024 12:17:42 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=99=BE=E5=BA=A6=E8=B4=B4=E5=90=A7):=20?= =?UTF-8?q?=E5=85=A8=E5=B1=8F=E5=B9=BF=E5=91=8A-=E4=BC=9A=E5=91=98?= =?UTF-8?q?=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.baidu.tieba.ts | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/apps/com.baidu.tieba.ts b/src/apps/com.baidu.tieba.ts index 1bbffbab..c79001a2 100644 --- a/src/apps/com.baidu.tieba.ts +++ b/src/apps/com.baidu.tieba.ts @@ -288,5 +288,22 @@ export default defineAppConfig({ }, ], }, + { + key: 14, + name: '全屏广告-会员弹窗', + desc: '点击关闭', + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + activityIds: 'com.baidu.tieba.tblauncher.MainTabActivity', + matches: + '[text="会员弹窗"] >3 Image[clickable=true][index=2][text!=null]', + exampleUrls: + 'https://m.gkd.li/57941037/dd2f2a00-e9d3-47fa-986d-09ae6180d932', + snapshotUrls: 'https://i.gkd.li/i/14630806', + }, + ], + }, ], });