mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-17 00:53:44 +08:00
feat(中国建设银行): 我的页面-广告弹窗 (#393)
This commit is contained in:
parent
3f823ac4ab
commit
7484689017
16
src/apps/com.chinamworld.main.ts
Normal file
16
src/apps/com.chinamworld.main.ts
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.chinamworld.main',
|
||||||
|
name: '中国建设银行',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '我的页面-广告弹窗',
|
||||||
|
activityIds: 'com.ccb.start.view.startdialog.StartDialogActivity',
|
||||||
|
rules:
|
||||||
|
'[id="com.chinamworld.main:id/indicator_container_container"] + [id="com.chinamworld.main:id/close"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.songe.li/import/12726961',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
Loading…
Reference in New Issue
Block a user