Skip to content

Commit a446800

Browse files
committed
feat(中国银行): 全屏广告-首页弹窗
1 parent 6b4039c commit a446800

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Diff for: src/apps/com.chinamworld.bocmbci.ts

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
import { defineGkdApp } from '@gkd-kit/define';
2+
3+
export default defineGkdApp({
4+
id: 'com.chinamworld.bocmbci',
5+
name: '中国银行',
6+
groups: [
7+
{
8+
key: 1,
9+
name: '全屏广告-首页弹窗',
10+
activityIds:
11+
'com.boc.bocsoft.mobile.bocmobile.buss.system.main.ui.MainActivity',
12+
resetMatch: 'app',
13+
rules: '[desc="关闭"]',
14+
snapshotUrls: 'https://i.gkd.li/i/17691747',
15+
},
16+
],
17+
});

0 commit comments

Comments
 (0)