From 7789d540fc84019dae5cde1d041981ffabc3a47c Mon Sep 17 00:00:00 2001 From: AIsouler Date: Tue, 23 Dec 2025 19:55:04 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=BE=AE=E4=BF=A1-=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E6=9C=8B=E5=8F=8B=E5=9C=88=E5=B9=BF=E5=91=8A=E5=9D=90=E6=A0=87?= =?UTF-8?q?=E7=82=B9=E5=87=BB=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 容易造成误触 --- src/apps/com.tencent.mm.ts | 40 +++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/src/apps/com.tencent.mm.ts b/src/apps/com.tencent.mm.ts index 12341df5..abdeef19 100644 --- a/src/apps/com.tencent.mm.ts +++ b/src/apps/com.tencent.mm.ts @@ -27,25 +27,25 @@ export default defineGkdApp({ 'https://i.gkd.li/i/16568338', ], }, - { - key: 1, - fastQuery: true, - actionDelay: 300, - position: { - left: 'width * 0.9223', - top: 'height * 0.5', - }, - anyMatches: [ - '@LinearLayout >2 [text="广告"][visibleToUser=false]', - 'RecyclerView > FrameLayout[childCount=1] > RelativeLayout > FrameLayout > LinearLayout > LinearLayout > LinearLayout > @LinearLayout[childCount=2][getChild(0).getChild(0).text!=null] > LinearLayout[index=1][clickable=false][visibleToUser=false]', - ], - snapshotUrls: [ - 'https://i.gkd.li/i/14783802', - 'https://i.gkd.li/i/15531539', - 'https://i.gkd.li/i/19665911', - ], - excludeSnapshotUrls: 'https://i.gkd.li/i/19717709', - }, + // { + // key: 1, + // fastQuery: true, + // actionDelay: 300, + // position: { + // left: 'width * 0.9223', + // top: 'height * 0.5', + // }, + // anyMatches: [ + // '@LinearLayout >2 [text="广告"][visibleToUser=false]', + // 'RecyclerView > FrameLayout[childCount=1] > RelativeLayout > FrameLayout > LinearLayout > LinearLayout > LinearLayout > @LinearLayout[childCount=2][getChild(0).getChild(0).text!=null] > LinearLayout[index=1][clickable=false][visibleToUser=false]', + // ], + // snapshotUrls: [ + // 'https://i.gkd.li/i/14783802', + // 'https://i.gkd.li/i/15531539', + // 'https://i.gkd.li/i/19665911', + // ], + // excludeSnapshotUrls: 'https://i.gkd.li/i/19717709', + // }, { key: 2, matches: @@ -59,7 +59,7 @@ export default defineGkdApp({ // 预留key // 第二段 { - preKeys: [0, 1, 2], + preKeys: [0, 2], key: 25, name: '点击[关闭]', fastQuery: true,