feat: 小米蓝牙框架-耳机配对弹窗 (#1259)

This commit is contained in:
天方夜谭
2025-10-15 19:44:30 +08:00
committed by GitHub
parent 0550f9e36a
commit d1caad55d4

View 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',
},
],
},
],
});