From a94d748aeaf924c1c79fb82300fb1c1289a8578c Mon Sep 17 00:00:00 2001 From: UCPr Date: Wed, 3 Dec 2025 19:54:25 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20QQ=E9=9F=B3=E4=B9=90-=E5=B1=80=E9=83=A8?= =?UTF-8?q?=E5=B9=BF=E5=91=8A-=E9=A6=96=E9=A1=B5=E4=BC=9A=E5=91=98?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=20(#1524)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: UCPr Co-authored-by: AIsouler --- src/apps/com.tencent.qqmusic.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/apps/com.tencent.qqmusic.ts b/src/apps/com.tencent.qqmusic.ts index 77738fb4..f5bb294e 100644 --- a/src/apps/com.tencent.qqmusic.ts +++ b/src/apps/com.tencent.qqmusic.ts @@ -101,6 +101,18 @@ export default defineGkdApp({ matches: '[text="广告 | 关闭"][visibleToUser=true]', snapshotUrls: 'https://i.gkd.li/i/18227204', }, + { + key: 8, + matchTime: 10000, + activityIds: '.activity.AppStarterActivity', + matches: + 'RecyclerView > FrameLayout[desc!=null] >3 LinearLayout[id!=null] > ViewPager > FrameLayout[visibleToUser=true] > ImageView[childCount=0][clickable=true][width<150 && height<100][index=parent.childCount.minus(1)]', + exampleUrls: 'https://e.gkd.li/c7b25408-26ed-4010-8506-88f614dccd26', + snapshotUrls: [ + 'https://i.gkd.li/i/23623581', + 'https://i.gkd.li/i/23623677', + ], + }, ], }, {