Files
AIsouler-GKD_subscription/src/apps/cn.com.spdb.mobilebank.per.ts
2024-01-03 01:06:35 +08:00

20 lines
534 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'cn.com.spdb.mobilebank.per',
name: '浦发银行',
deprecatedKeys: [0],
groups: [
{
key: 1,
name: '消息中心-系统通知请求',
desc: '自动点击关闭。',
enable: false,
activityIds:
'cn.com.spdb.mobilebank.per.activity.web.stage.StageCommonWebActivity',
rules: '[text="去开启"] + View > Image[text.length=0]',
snapshotUrls: 'https://i.gkd.li/import/13458535',
},
],
});