forked from gkd-kit/subscription
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcom.yitong.mbank.psbc.ts
More file actions
31 lines (30 loc) · 926 Bytes
/
com.yitong.mbank.psbc.ts
File metadata and controls
31 lines (30 loc) · 926 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
30
31
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.yitong.mbank.psbc',
name: '邮储银行',
groups: [
{
key: 1,
name: '更新弹窗',
activityIds: [
'com.yitong.mbank.psbc.module.app.view.customview.dialog.DialogUpdateApk',
],
rules: [
{
matches:
'@[id="com.yitong.mbank.psbc:id/bt_cancel"][text="暂不更新"] + [id="com.yitong.mbank.psbc:id/bt_updata"][text="立即更新"]',
snapshotUrls: ['https://gkd-kit.gitee.io/import/12685350'],
},
],
},
{
key: 2,
name: '首页广告弹窗',
activityIds:
'com.yitong.mbank.psbc.module.home.view.activity.MainActivity',
rules:
'[id="com.yitong.mbank.psbc:id/iv_theme"] + [id="com.yitong.mbank.psbc:id/iv_theme_close_btn"]',
snapshotUrls: 'https://i.gkd.li/import/12755516',
},
],
});