From 6ef88083a5adb0f5d565117fccda2cf4da28f546 Mon Sep 17 00:00:00 2001 From: Adpro <101449500+adproqwq@users.noreply.github.com> Date: Mon, 10 Jun 2024 17:57:58 +0800 Subject: [PATCH] =?UTF-8?q?feat(QQ=E9=9F=B3=E4=B9=90):=20=E5=B1=80?= =?UTF-8?q?=E9=83=A8=E5=B9=BF=E5=91=8A-=E5=8D=A1=E7=89=87=E5=B9=BF?= =?UTF-8?q?=E5=91=8A=EF=BC=88=E8=A1=A5=E5=85=85=E8=A7=84=E5=88=99=EF=BC=89?= =?UTF-8?q?=20(#238)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.tencent.qqmusic.ts | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/apps/com.tencent.qqmusic.ts b/src/apps/com.tencent.qqmusic.ts index d39d9b2d..856583dc 100644 --- a/src/apps/com.tencent.qqmusic.ts +++ b/src/apps/com.tencent.qqmusic.ts @@ -7,7 +7,6 @@ export default defineGkdApp({ { key: 1, name: '局部广告-卡片广告', - activityIds: 'com.tencent.qqmusic.activity.AppStarterActivity', rules: [ { key: 1, @@ -42,6 +41,14 @@ export default defineGkdApp({ matches: '@[clickable=true] > [text="广告"]', snapshotUrls: 'https://i.gkd.li/i/15041019', }, + { + key: 5, + quickFind: true, + activityIds: 'com.tencent.qqmusic.activity.AppStarterActivity', + matches: + '@ViewGroup[childCount=1][clickable=true] <2 [text="最近播放"]', + snapshotUrls: 'https://i.gkd.li/i/15756931', + }, ], }, {