mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(光大银行): 更新弹窗,首页广告弹窗 (#396)
This commit is contained in:
22
src/apps/com.cebbank.mobile.cemb.ts
Normal file
22
src/apps/com.cebbank.mobile.cemb.ts
Normal 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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user