We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b4039c commit a446800Copy full SHA for a446800
src/apps/com.chinamworld.bocmbci.ts
@@ -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