mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
feat(中国银行): 开屏广告 (#394)
This commit is contained in:
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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user