mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
20 lines
534 B
TypeScript
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',
|
|
},
|
|
],
|
|
});
|