From d1caad55d4ec6a2e6e3d67667f02be6928d6d24e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A9=E6=96=B9=E5=A4=9C=E8=B0=AD?= <152615144+tianfangyetan1@users.noreply.github.com> Date: Wed, 15 Oct 2025 19:44:30 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=B0=8F=E7=B1=B3=E8=93=9D=E7=89=99?= =?UTF-8?q?=E6=A1=86=E6=9E=B6-=E8=80=B3=E6=9C=BA=E9=85=8D=E5=AF=B9?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=20(#1259)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.xiaomi.bluetooth.ts | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/apps/com.xiaomi.bluetooth.ts 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', + }, + ], + }, + ], +});