From aab04db795f9972c0bfebb7f755b874221c97d1d Mon Sep 17 00:00:00 2001 From: adproqwq <101449500+adproqwq@users.noreply.github.com> Date: Tue, 2 Jan 2024 20:48:30 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=99=BE=E5=BA=A6=E8=B4=B4=E5=90=A7):=20?= =?UTF-8?q?=E7=94=B3=E8=AF=B7=E6=B6=88=E6=81=AF=E6=8F=90=E9=86=92=EF=BC=88?= =?UTF-8?q?=E8=A1=A5=E5=85=85=E8=A7=84=E5=88=99=EF=BC=89=20(#3615)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #3611 --- src/apps/com.baidu.tieba.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/apps/com.baidu.tieba.ts b/src/apps/com.baidu.tieba.ts index 57ce00b8..f9a7f5e8 100644 --- a/src/apps/com.baidu.tieba.ts +++ b/src/apps/com.baidu.tieba.ts @@ -47,17 +47,25 @@ export default defineAppConfig({ resetMatch: 'app', rules: [ { + key: 0, activityIds: 'com.baidu.tieba.pb.pb.main.PbActivity', matches: '@ImageView[clickable=true] -2 LinearLayout > [text^="打开通知"]', snapshotUrls: 'https://i.gkd.li/import/13536170', }, { + key: 1, activityIds: 'com.baidu.tieba.immessagecenter.mention.reply.ReplyMeActivity', matches: 'TextView[text="开启消息推送"] +2 TextView[text="不开启"]', snapshotUrls: 'https://i.gkd.li/import/13675694', }, + { + key: 2, + activityIds: 'com.baidu.tbadk.browser.TBWebContainerActivity', + matches: '[text="开启通知"] - [text="暂不开启"]', + snapshotUrls: 'https://i.gkd.li/import/13804455', + }, ], }, {