From 0dbf8d95f794df8b007717fcebec135bc97a4160 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A9=E6=96=B9=E5=A4=9C=E8=B0=AD?= Date: Tue, 25 Nov 2025 13:00:14 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=A1=A8=E7=9B=98=E8=87=AA=E5=AE=9A?= =?UTF-8?q?=E4=B9=89=E5=B7=A5=E5=85=B7-=E5=85=AC=E5=91=8A=20(#1482)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: AIsouler --- src/apps/tech.pingx.watchface.ts | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/apps/tech.pingx.watchface.ts diff --git a/src/apps/tech.pingx.watchface.ts b/src/apps/tech.pingx.watchface.ts new file mode 100644 index 00000000..92353524 --- /dev/null +++ b/src/apps/tech.pingx.watchface.ts @@ -0,0 +1,23 @@ +import { defineGkdApp } from '@gkd-kit/define'; + +export default defineGkdApp({ + id: 'tech.pingx.watchface', + name: '表盘自定义工具', + groups: [ + { + key: 1, + name: '通知提示-公告', + rules: [ + { + fastQuery: true, + activityIds: 'io.dcloud.PandoraEntryActivity', + matches: [ + '[text*="请勿"][text*="电子书"]', + '[text="确定"][clickable=true]', + ], + snapshotUrls: 'https://i.gkd.li/i/23714166', + }, + ], + }, + ], +});