mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
chore: init
This commit is contained in:
13
src/apps/cmb.pb.ts
Normal file
13
src/apps/cmb.pb.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import type { AppConfig } from '../types';
|
||||
|
||||
export default <AppConfig>{
|
||||
id: 'cmb.pb',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '招商银行-开屏广告',
|
||||
activityIds: 'cmb.pb.app.mainframe.container.PBMainActivity',
|
||||
rules: '[id=`cmb.pb:id/ll_launch_ad_skip_hot_area`]',
|
||||
},
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user