Files
AIsouler-GKD_subscription/src/apps/com.able.wisdomtree.ts
2024-07-14 12:19:31 +08:00

38 lines
916 B
TypeScript

import { defineGkdApp } from '@gkd-kit/define';
export default defineGkdApp({
id: 'com.able.wisdomtree',
name: '知到',
groups: [
{
key: 2,
name: '权限提示-通知权限',
desc: '自动点击暂不开启。',
fastQuery: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: 'TextView[id="com.able.wisdomtree:id/negativeButton"]',
snapshotUrls: [
'https://i.gkd.li/i/13458779',
'https://i.gkd.li/i/13623441',
'https://i.gkd.li/i/13695447',
],
},
{
key: 3,
name: '更新提示',
desc: '自动点击忽略',
fastQuery: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: '[text="更新"] -n [text="忽略"]',
snapshotUrls: [
'https://i.gkd.li/i/13458796',
'https://i.gkd.li/i/13797285',
],
},
],
});