mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-18 07:45:10 +08:00
15 lines
322 B
TypeScript
15 lines
322 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'cmb.pb',
|
|
name: '招商银行',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
activityIds: 'cmb.pb.app.mainframe.container.PBMainActivity',
|
|
rules: '[id=`cmb.pb:id/ll_launch_ad_skip_hot_area`]',
|
|
},
|
|
],
|
|
});
|