From 9d922fdd36cbb0cc49f67acefaf46bc331e73973 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Mon, 18 Aug 2025 19:33:17 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E5=BE=AE=E5=8D=9A-=E5=B1=80=E9=83=A8?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=20#1112?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.sina.weibo.ts | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/apps/com.sina.weibo.ts b/src/apps/com.sina.weibo.ts index b6b952f1..273d0744 100644 --- a/src/apps/com.sina.weibo.ts +++ b/src/apps/com.sina.weibo.ts @@ -11,11 +11,17 @@ export default defineGkdApp({ rules: [ { fastQuery: true, - activityIds: '.feed.DetailWeiboActivity', + activityIds: [ + '.feed.DetailWeiboActivity', + '.feed.detailrefactor.DetailPageActivity', + ], matches: - 'ImageView[childCount=0] < @FrameLayout[clickable=true][childCount=1][visibleToUser=true][width<50&&height<50] < FrameLayout + FrameLayout > View[desc!=null] <7 FrameLayout[childCount=4] > FrameLayout[childCount=1] > @[name$="FrameLayout" || name$="ImageView"][clickable=true][childCount<2][visibleToUser=true][width<50&&height<50] <