From 08512024dff17a2bc9f1bf08d0d0567ae78dd49a Mon Sep 17 00:00:00 2001 From: AIsouler Date: Wed, 15 Oct 2025 19:50:48 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20QQ=E9=9F=B3=E4=B9=90-=E5=85=A8=E5=B1=8F?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=20#1260?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.tencent.qqmusic.ts | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/src/apps/com.tencent.qqmusic.ts b/src/apps/com.tencent.qqmusic.ts index d9394ade..0b311df7 100644 --- a/src/apps/com.tencent.qqmusic.ts +++ b/src/apps/com.tencent.qqmusic.ts @@ -135,12 +135,17 @@ export default defineGkdApp({ fastQuery: true, matchTime: 10000, actionMaximum: 1, - resetMatch: 'app', - activityIds: '.activity.AppStarterActivity', + activityIds: [ + '.activity.AppStarterActivity', + '.business.playernew.view.NewPlayerActivity', + ], matches: - '@ImageView[childCount=0][visibleToUser=true][width<120 && height<120] <3 FrameLayout[childCount=3] <2 FrameLayout < FrameLayout < FrameLayout < FrameLayout < [id="android:id/content"]', + '@ImageView[childCount=0][visibleToUser=true][width<130 && height<130]