mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
41 lines
986 B
TypeScript
41 lines
986 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.able.wisdomtree',
|
|
name: '知到',
|
|
deprecatedKeys: [1],
|
|
groups: [
|
|
{
|
|
enable: false,
|
|
key: 2,
|
|
name: '通知提示-消息推送通知',
|
|
desc: '自动点击暂不开启。',
|
|
quickFind: 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',
|
|
],
|
|
},
|
|
{
|
|
enable: false,
|
|
key: 3,
|
|
name: '更新提示',
|
|
desc: '自动点击忽略',
|
|
quickFind: true,
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
rules: '[text="更新"] -n [text="忽略"]',
|
|
snapshotUrls: [
|
|
'https://i.gkd.li/i/13458796',
|
|
'https://i.gkd.li/i/13797285',
|
|
],
|
|
},
|
|
],
|
|
});
|