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