From a22600f6e6d26218b50a62db288f310f3371efce Mon Sep 17 00:00:00 2001 From: AIsouler Date: Mon, 7 Apr 2025 23:23:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=BE=AE=E4=BF=A1-=E5=88=86=E6=AE=B5?= =?UTF-8?q?=E5=B9=BF=E5=91=8A-=E6=9C=8B=E5=8F=8B=E5=9C=88=E5=B9=BF?= =?UTF-8?q?=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.tencent.mm.ts | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/src/apps/com.tencent.mm.ts b/src/apps/com.tencent.mm.ts index 6bd13934..22d8751b 100644 --- a/src/apps/com.tencent.mm.ts +++ b/src/apps/com.tencent.mm.ts @@ -16,19 +16,15 @@ export default defineGkdApp({ rules: [ { key: 0, - anyMatches: [ - '@LinearLayout[clickable=true] > [text="广告" || text="廣告" || text="Sponsored"][visibleToUser=true]', //1 - '[name$="RecyclerView"||name$="ListView"] >(1,2) RelativeLayout >(3,4) LinearLayout > LinearLayout > LinearLayout[childCount=2] > LinearLayout[index=1][clickable=true][visibleToUser=true][childCount=0]', //2 + fastQuery: true, + matches: [ + '@LinearLayout[clickable=true] > [text="广告" || text="廣告" || text="Sponsored"][visibleToUser=true]', ], snapshotUrls: [ - //1 'https://i.gkd.li/i/13000395', 'https://i.gkd.li/i/12905837', 'https://i.gkd.li/i/13791200', 'https://i.gkd.li/i/16568338', - //2 - 'https://i.gkd.li/i/14647413', - 'https://i.gkd.li/i/19633571', ], }, { @@ -44,6 +40,15 @@ export default defineGkdApp({ 'https://i.gkd.li/i/15531539', ], }, + { + key: 2, + matches: + '[name$="RecyclerView"||name$="ListView"] >(1,2) RelativeLayout >(3,4) LinearLayout > LinearLayout > LinearLayout[childCount=2] > LinearLayout[index=1][clickable=true][visibleToUser=true][childCount=0]', + snapshotUrls: [ + 'https://i.gkd.li/i/14647413', + 'https://i.gkd.li/i/19633571', + ], + }, // 预留key // 第二段