From da03bcd468dc6469d0bcfabff8b9932ab8a011a9 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Mon, 11 Dec 2023 19:34:04 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=99=BE=E5=BA=A6=E8=B4=B4=E5=90=A7):=20?= =?UTF-8?q?=E6=82=AC=E6=B5=AE=E5=B0=8F=E5=B9=BF=E5=91=8A=EF=BC=88=E8=A1=A5?= =?UTF-8?q?=E5=85=85=E8=A7=84=E5=88=99=EF=BC=89=20(#2992)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.baidu.tieba.ts | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/apps/com.baidu.tieba.ts b/src/apps/com.baidu.tieba.ts index abb1667a..a6189c9f 100644 --- a/src/apps/com.baidu.tieba.ts +++ b/src/apps/com.baidu.tieba.ts @@ -202,6 +202,19 @@ export default defineAppConfig({ matches: 'LinearLayout[childCount=2] > @ImageView + [text="广告"]', snapshotUrls: 'https://i.gkd.li/import/13296280', }, + { + key: 2, + activityIds: [ + 'com.baidu.tieba.pb.pb.main.PbActivity', + 'com.baidu.tieba.tblauncher.MainTabActivity', + ], + matches: + 'RelativeLayout[childCount=2] > RelativeLayout[childCount=1] > ImageView[childCount=0][clickable=true]', + snapshotUrls: [ + 'https://i.gkd.li/import/13625336', + 'https://i.gkd.li/import/13627881', + ], + }, ], }, {