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

30 lines
808 B
TypeScript

import { defineGkdApp } from '@gkd-kit/define';
export default defineGkdApp({
id: 'com.haier.uhome.uplus',
name: '海尔智家',
groups: [
{
key: 1,
name: '更新提示',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: '@[text="取消"] + [text="立即更新"||text="立即安装"]',
snapshotUrls: [
'https://i.gkd.li/i/12726844',
'https://i.gkd.li/i/12726801', // activityId: 'com.huawei.android.launcher.unihome.UniHomeLauncher'
],
},
{
key: 10,
name: '权限提示-通知权限',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: '[text*="通知栏权限"] +n LinearLayout > [text="取消"]',
snapshotUrls: 'https://i.gkd.li/i/12726829',
},
],
});