From e66ffaf87f2e070df7bbe5c96d3ce3b2d6b101cd 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, 22 Oct 2025 22:45:08 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=99=BD=E6=8F=8F-=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E7=82=B9=E5=87=BB=E6=88=AA=E5=8F=96=E5=85=A8=E5=B1=8F=20(#1289?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.uzero.baimiao.ts | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/apps/com.uzero.baimiao.ts diff --git a/src/apps/com.uzero.baimiao.ts b/src/apps/com.uzero.baimiao.ts new file mode 100644 index 00000000..054a3ca9 --- /dev/null +++ b/src/apps/com.uzero.baimiao.ts @@ -0,0 +1,20 @@ +import { defineGkdApp } from '@gkd-kit/define'; + +export default defineGkdApp({ + id: 'com.uzero.baimiao', + name: '白描', + groups: [ + { + key: 1, + name: '功能类-自动点击截取全屏', + rules: [ + { + fastQuery: true, + activityIds: '.ui.screen.ScreenCaptureActivity', + matches: '[text="截取全屏"]', + snapshotUrls: 'https://i.gkd.li/i/23054772', + }, + ], + }, + ], +});