From 3abdd6e94008077013e6ac103aae01169e5679b0 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Thu, 18 Apr 2024 19:30:13 +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-=E5=8D=A1=E7=89=87?= =?UTF-8?q?=E5=B9=BF=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.kugou.android.ts | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/apps/com.kugou.android.ts b/src/apps/com.kugou.android.ts index a110ef22..5c78ba37 100644 --- a/src/apps/com.kugou.android.ts +++ b/src/apps/com.kugou.android.ts @@ -49,12 +49,15 @@ export default defineAppConfig({ }, { key: 1, - quickFind: true, activityIds: 'com.kugou.android.app.MediaActivity', - matches: '@[desc="关闭"] [text^="豪华VIP"]', + matches: + 'TextView[text!=null] <2 ViewGroup[childCount=6] > ImageView[desc="关闭"]', exampleUrls: 'https://m.gkd.li/57941037/adb9a250-d23d-48ef-b1a5-5e828d56cb97', - snapshotUrls: 'https://i.gkd.li/i/14964889', + snapshotUrls: [ + 'https://i.gkd.li/i/14964889', + 'https://i.gkd.li/i/15024041', + ], }, ], },