From ef92fce6bf469392364f8fea22c8d01676bac479 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A9=E6=96=B9=E5=A4=9C=E8=B0=AD?= Date: Fri, 5 Dec 2025 19:20:21 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20flomo=E6=B5=AE=E5=A2=A8=E7=AC=94?= =?UTF-8?q?=E8=AE=B0-=E8=AF=84=E4=BB=B7=E6=8F=90=E7=A4=BA=20(#1532)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.flomo.app.ts | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/apps/com.flomo.app.ts diff --git a/src/apps/com.flomo.app.ts b/src/apps/com.flomo.app.ts new file mode 100644 index 00000000..372807ea --- /dev/null +++ b/src/apps/com.flomo.app.ts @@ -0,0 +1,23 @@ +import { defineGkdApp } from '@gkd-kit/define'; + +export default defineGkdApp({ + id: 'com.flomo.app', + name: 'flomo浮墨笔记', + groups: [ + { + key: 1, + name: '评价提示', + rules: [ + { + fastQuery: true, + activityIds: '.ui.activity.MainActivity', + matches: [ + '[text="觉得 flomo 怎么样?"]', + '[text="暂不提醒"][clickable=true]', + ], + snapshotUrls: 'https://i.gkd.li/i/23935802', + }, + ], + }, + ], +});