feat(光大银行): 更新弹窗,首页广告弹窗 (#396)

This commit is contained in:
Kun Jinkao 2023-09-26 23:35:09 +08:00 committed by GitHub
parent 02d069b032
commit c94f6a4918
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,22 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.cebbank.mobile.cemb',
name: '光大银行',
groups: [
{
key: 1,
name: '更新弹窗',
activityIds: 'com.cebbank.mobile.cemb.view.CustomizedDialog',
rules: '@[text="不再提示"] +2 [text="立即更新"]',
snapshotUrls: 'https://gkd-kit.songe.li/import/12727241',
},
{
key: 2,
name: '首页广告弹窗',
activityIds: 'com.cebbank.mobile.cemb.ui.activity.SplashActivity',
rules: '[id="com.cebbank.mobile.cemb:id/home_advertising_iv_close"]',
snapshotUrls: 'https://gkd-kit.songe.li/import/12727248',
},
],
});