feat: FlowMark-更新提示 #982

This commit is contained in:
AIsouler
2025-06-14 21:21:14 +08:00
parent e498f356b2
commit e9706a2c8e

View File

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