mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
47 lines
1.3 KiB
TypeScript
47 lines
1.3 KiB
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.yitong.mbank.psbc',
|
|
name: '邮储银行',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '更新提示',
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
quickFind: true,
|
|
activityIds: [
|
|
'com.yitong.mbank.psbc.module.app.view.customview.dialog.DialogUpdateApk',
|
|
'com.yitong.mbank.psbc.module.home.view.activity.MainActivity',
|
|
],
|
|
rules: [
|
|
{
|
|
matches: 'Button[id="com.yitong.mbank.psbc:id/bt_cancel"]',
|
|
snapshotUrls: [
|
|
'https://i.gkd.li/import/12685350',
|
|
'https://i.gkd.li/import/13695462',
|
|
],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
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',
|
|
},
|
|
{
|
|
key: 3,
|
|
name: '局部广告-首页-浮窗广告',
|
|
activityIds:
|
|
'com.yitong.mbank.psbc.module.home.view.activity.MainActivity',
|
|
rules: '[id="com.yitong.mbank.psbc:id/img_close_float_window"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/13797314',
|
|
},
|
|
],
|
|
});
|