forked from gkd-kit/subscription
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcom.haier.uhome.uplus.ts
More file actions
29 lines (28 loc) · 934 Bytes
/
com.haier.uhome.uplus.ts
File metadata and controls
29 lines (28 loc) · 934 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.haier.uhome.uplus',
name: '海尔智家',
groups: [
{
key: 1,
name: '更新弹窗',
activityIds: [
'com.haier.uhome.uplus.upgradeui.ui.UpgradeDialogActivity',
'com.huawei.android.launcher.unihome.UniHomeLauncher',
],
rules: '@[text="取消"] + [text="立即更新"||text="立即安装"]',
snapshotUrls: [
'https://i.gkd.li/import/12726844',
'https://i.gkd.li/import/12726801', // activityId: 'com.huawei.android.launcher.unihome.UniHomeLauncher'
],
},
{
enable: false,
key: 10,
name: '请求通知权限弹窗',
activityIds: 'com.haier.uhome.uplus.ui.widget.MPermissionCheckDialog',
rules: '[text*="通知栏权限"] +n LinearLayout > [text="取消"]',
snapshotUrls: 'https://i.gkd.li/import/12726829',
},
],
});