Files
AIsouler-GKD_subscription/src/apps/cn.xuexi.android.ts
AIsouler a597ee356b perf: 分类
通知权限分类到权限提示
2024-05-12 21:38:49 +08:00

29 lines
710 B
TypeScript

import { defineGkdApp } from '@gkd-kit/define';
export default defineGkdApp({
id: 'cn.xuexi.android',
name: '学习强国',
groups: [
{
key: 1,
name: '更新提示',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: '@[text="取消"] + [text="立即升级"]',
snapshotUrls: 'https://i.gkd.li/i/12715139',
},
{
key: 10,
name: '权限提示-通知权限',
desc: '自动点击x按钮',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules:
'[text^="开启消息通知"] +2 [id="cn.xuexi.android:id/layout_close"]',
snapshotUrls: 'https://i.gkd.li/i/12715160',
},
],
});