From e7bed8897ae88e09be04b6ee1ff018af211693b1 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Tue, 28 May 2024 19:15:29 +0800 Subject: [PATCH] =?UTF-8?q?perf(=E9=85=B7=E7=8B=97):=20=E5=B1=80=E9=83=A8?= =?UTF-8?q?=E5=B9=BF=E5=91=8A-=E5=8D=A1=E7=89=87=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, 2 insertions(+), 7 deletions(-) diff --git a/src/apps/com.kugou.android.ts b/src/apps/com.kugou.android.ts index 1f446430..b13ff416 100644 --- a/src/apps/com.kugou.android.ts +++ b/src/apps/com.kugou.android.ts @@ -44,28 +44,23 @@ export default defineGkdApp({ activityIds: 'com.kugou.android.app.MediaActivity', matches: 'ViewGroup[childCount=2] > ImageView + @FrameLayout[clickable=true] > LinearLayout > ImageView', - exampleUrls: - 'https://m.gkd.li/87047583/9e150986-2103-4130-a12f-12ed2b07ef90', snapshotUrls: 'https://i.gkd.li/i/13558426', }, { key: 1, activityIds: 'com.kugou.android.app.MediaActivity', matches: - 'TextView[text!=null] <2 ViewGroup[childCount=6] > ImageView[desc="关闭"]', - exampleUrls: - 'https://m.gkd.li/57941037/adb9a250-d23d-48ef-b1a5-5e828d56cb97', + 'TextView[text!=null] <2 ViewGroup[childCount>4] > ImageView[desc="关闭"]', snapshotUrls: [ 'https://i.gkd.li/i/14964889', 'https://i.gkd.li/i/15024041', + 'https://i.gkd.li/i/15468481', ], }, { key: 2, activityIds: 'com.kugou.android.app.MediaActivity', matches: '[desc="关闭广告"][clickable=true][visibleToUser=true]', - exampleUrls: - 'https://m.gkd.li/57941037/8bd6dafc-e610-4c0d-a486-02a11535e610', snapshotUrls: 'https://i.gkd.li/i/15024812', }, ],