mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
feat: FlowMark-更新提示 #982
This commit is contained in:
24
src/apps/com.fewwind.flowmark.ts
Normal file
24
src/apps/com.fewwind.flowmark.ts
Normal 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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user