mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 19:42:36 +08:00
feat(中国银行): 开屏广告 (#394)
This commit is contained in:
parent
7484689017
commit
964a9f0e11
16
src/apps/com.chinamworld.bocmbci.ts
Normal file
16
src/apps/com.chinamworld.bocmbci.ts
Normal 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',
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user