From 16bae935c4f1ada52c75731973ebdcc5dc2cfcd8 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Tue, 26 Mar 2024 15:11:11 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=BE=AE=E5=8D=9A):=20=E5=88=86=E6=AE=B5?= =?UTF-8?q?=E5=B9=BF=E5=91=8A-=E4=BF=A1=E6=81=AF=E6=B5=81=E5=B9=BF?= =?UTF-8?q?=E5=91=8A=EF=BC=88=E8=AF=AF=E8=A7=A6=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.sina.weibo.ts | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/apps/com.sina.weibo.ts b/src/apps/com.sina.weibo.ts index df711833..67b89c4e 100644 --- a/src/apps/com.sina.weibo.ts +++ b/src/apps/com.sina.weibo.ts @@ -262,8 +262,11 @@ export default defineAppConfig({ }, activityIds: 'com.sina.weibo.MainTabActivity', matches: - 'LinearLayout[visibleToUser=true][childCount=6] > @ViewGroup > ViewGroup > FrameLayout > ImageView', - snapshotUrls: 'https://i.gkd.li/i/14729705', + 'LinearLayout + LinearLayout[visibleToUser=true][childCount=6] > @ViewGroup > ViewGroup > FrameLayout > ImageView', + snapshotUrls: [ + 'https://i.gkd.li/i/14729705', + 'https://i.gkd.li/i/14753916', // 避免在此页面误触 + ], }, // 预留key