From aa38eee346407c921e3488f8b3069b61652ddaf2 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Mon, 9 Dec 2024 14:57:47 +0800 Subject: [PATCH] =?UTF-8?q?perf(=E9=85=B7=E7=8B=97=E9=9F=B3=E4=B9=90):=20?= =?UTF-8?q?=E5=B1=80=E9=83=A8=E5=B9=BF=E5=91=8A-=E6=82=AC=E6=B5=AE?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=20(#574)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.kugou.android.ts | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/apps/com.kugou.android.ts b/src/apps/com.kugou.android.ts index 47e7511c..a9e75ff0 100644 --- a/src/apps/com.kugou.android.ts +++ b/src/apps/com.kugou.android.ts @@ -156,15 +156,17 @@ export default defineGkdApp({ desc: '点击关闭', rules: [ { - fastQuery: true, matchTime: 10000, actionMaximum: 1, resetMatch: 'app', activityIds: 'com.kugou.android.app.MediaActivity', matches: - '@ImageView[clickable=true][visibleToUser=true][index=1] <2 FrameLayout[childCount=2] < FrameLayout <2 FrameLayout < FrameLayout < FrameLayout - FrameLayout >8 [desc="底部导航"] + [text="我的"]', + 'ViewGroup > FrameLayout >2 FrameLayout[childCount=2] > FrameLayout > FrameLayout[childCount=2] > ImageView[index=1][clickable=true][childCount=0][width<80&&height<80]', exampleUrls: 'https://e.gkd.li/2b240676-4dac-4375-b238-2d570962efd1', - snapshotUrls: 'https://i.gkd.li/i/17004903', + snapshotUrls: [ + 'https://i.gkd.li/i/17004903', + 'https://i.gkd.li/i/18057265', + ], }, ], },