mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-17 15:25:08 +08:00
feat: QQ音乐车机版-更新提示 (#1504)
This commit is contained in:
23
src/apps/com.tencent.qqmusiccar.ts
Normal file
23
src/apps/com.tencent.qqmusiccar.ts
Normal file
@@ -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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user