diff --git a/src/apps/com.fewwind.flowmark.ts b/src/apps/com.fewwind.flowmark.ts new file mode 100644 index 00000000..cd5b0cba --- /dev/null +++ b/src/apps/com.fewwind.flowmark.ts @@ -0,0 +1,24 @@ +import { defineGkdApp } from '@gkd-kit/define'; + +export default defineGkdApp({ + id: 'com.fewwind.flowmark', + name: 'FlowMark', + groups: [ + { + key: 1, + name: '更新提示', + rules: [ + { + fastQuery: true, + activityIds: '.MainActivity', + matches: [ + '[text^="发现新版本"][visibleToUser=true]', + '[text="取消"][visibleToUser=true]', + ], + exampleUrls: 'https://e.gkd.li/ab46d163-83f6-4c50-a6f4-e37186928fba', + snapshotUrls: 'https://i.gkd.li/i/20737817', + }, + ], + }, + ], +});