From 1ee1e77edc199f00af9f471044e44546a10d6451 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A9=E6=96=B9=E5=A4=9C=E8=B0=AD?= Date: Thu, 27 Nov 2025 19:12:27 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20QQ=E9=9F=B3=E4=B9=90=E8=BD=A6=E6=9C=BA?= =?UTF-8?q?=E7=89=88-=E6=9B=B4=E6=96=B0=E6=8F=90=E7=A4=BA=20(#1504)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.tencent.qqmusiccar.ts | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/apps/com.tencent.qqmusiccar.ts diff --git a/src/apps/com.tencent.qqmusiccar.ts b/src/apps/com.tencent.qqmusiccar.ts new file mode 100644 index 00000000..030c3199 --- /dev/null +++ b/src/apps/com.tencent.qqmusiccar.ts @@ -0,0 +1,23 @@ +import { defineGkdApp } from '@gkd-kit/define'; + +export default defineGkdApp({ + id: 'com.tencent.qqmusiccar', + name: 'QQ音乐车机版', + groups: [ + { + key: 1, + name: '更新提示', + rules: [ + { + fastQuery: true, + activityIds: 'com.tencent.qqmusiccar.app.activity.AppStarterActivity', + matches: [ + '[text$="版本升级"]', + '[vid="dialog_button_close"][clickable=true]', + ], + snapshotUrls: 'https://i.gkd.li/i/23792987', + }, + ], + }, + ], +});