mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
17 lines
439 B
TypeScript
17 lines
439 B
TypeScript
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://i.gkd.li/import/12727106',
|
|
},
|
|
],
|
|
});
|