From 04bd16f8ca0533df44e9c6830b47cf0a2993b522 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Mon, 6 Oct 2025 14:27:52 +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#1213?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/appDeprecatedKeys.ts | 2 +- src/apps/com.tencent.qqmusic.ts | 25 +++++++++---------------- 2 files changed, 10 insertions(+), 17 deletions(-) diff --git a/src/appDeprecatedKeys.ts b/src/appDeprecatedKeys.ts index 99ffda94..1cda90b4 100644 --- a/src/appDeprecatedKeys.ts +++ b/src/appDeprecatedKeys.ts @@ -845,7 +845,7 @@ const appDeprecatedKeys: RawDeprecatedKeysSetting[] = [ { id: 'com.tencent.qqmusic', name: 'QQ音乐', - deprecatedKeys: [10], + deprecatedKeys: [7, 10], }, { id: 'com.tongcheng.android', diff --git a/src/apps/com.tencent.qqmusic.ts b/src/apps/com.tencent.qqmusic.ts index 46e041b2..d9394ade 100644 --- a/src/apps/com.tencent.qqmusic.ts +++ b/src/apps/com.tencent.qqmusic.ts @@ -165,6 +165,15 @@ export default defineGkdApp({ exampleUrls: 'https://e.gkd.li/f1c596e5-36b6-485b-aa55-a235d57bddf9', snapshotUrls: 'https://i.gkd.li/i/22699207', }, + { + key: 5, + fastQuery: true, + activityIds: '.activity.AppStarterActivity', + matches: + '@ImageView[childCount=0][visibleToUser=true][width<150 && height<150] < FrameLayout <2 FrameLayout < FrameLayout < FrameLayout < FrameLayout < FrameLayout < [id="android:id/content"]', + exampleUrls: 'https://e.gkd.li/eb920de7-7f15-4398-b9a9-99ece0ab4ed6', + snapshotUrls: 'https://i.gkd.li/i/22699223', + }, ], }, { @@ -240,22 +249,6 @@ export default defineGkdApp({ }, ], }, - { - key: 7, - name: '全屏广告-高品质音质弹窗', - desc: '点击关闭', - rules: [ - { - key: 1, - activityIds: - 'com.tencent.qqmusic.business.playernew.view.NewPlayerActivity', - matches: - '[id="android:id/content"] >4 FrameLayout[childCount=6] > FrameLayout[childCount=1][text=null][index=1] > ImageView[visibleToUser=true][childCount=0]', - exampleUrls: 'https://e.gkd.li/bde2d326-6b44-4d4d-b8f6-8bfeb97d7e29', - snapshotUrls: 'https://i.gkd.li/i/16914135', - }, - ], - }, { key: 8, name: '评价提示-好评弹窗',