mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 00:05:19 +08:00
feat: 小米蓝牙框架-耳机配对弹窗 (#1259)
This commit is contained in:
22
src/apps/com.xiaomi.bluetooth.ts
Normal file
22
src/apps/com.xiaomi.bluetooth.ts
Normal file
@@ -0,0 +1,22 @@
|
||||
import { defineGkdApp } from '@gkd-kit/define';
|
||||
|
||||
export default defineGkdApp({
|
||||
id: 'com.xiaomi.bluetooth',
|
||||
name: '小米蓝牙框架 (Bluetooth Extension)',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '功能类-耳机配对弹窗(仅限澎湃os3)',
|
||||
desc: '点击右上角的x',
|
||||
rules: [
|
||||
{
|
||||
fastQuery: true,
|
||||
activityIds:
|
||||
'com.android.bluetooth.ble.app.fastconnect.MiuiFastConnectActivity',
|
||||
matches: '[vid="pairingClosable"]',
|
||||
snapshotUrls: 'https://i.gkd.li/i/22922962',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user