diff --git a/src/apps/com.xiaomi.bluetooth.ts b/src/apps/com.xiaomi.bluetooth.ts new file mode 100644 index 00000000..43fa6d78 --- /dev/null +++ b/src/apps/com.xiaomi.bluetooth.ts @@ -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', + }, + ], + }, + ], +});