feat(中国银行): 开屏广告 (#394)

This commit is contained in:
Kun Jinkao 2023-09-26 23:33:49 +08:00 committed by GitHub
parent 7484689017
commit 964a9f0e11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,16 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.chinamworld.bocmbci',
name: '中国银行',
groups: [
{
key: 0,
name: '开屏广告',
activityIds:
'com.boc.bocsoft.mobile.bocmobile.buss.system.splash.SplashActivity',
rules: '[id="com.chinamworld.bocmbci:id/tv_timer"][text*="跳过"]',
snapshotUrls: 'https://gkd-kit.songe.li/import/12727106',
},
],
});