mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 00:05:19 +08:00
feat: flomo浮墨笔记-评价提示 (#1532)
This commit is contained in:
23
src/apps/com.flomo.app.ts
Normal file
23
src/apps/com.flomo.app.ts
Normal file
@@ -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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user