mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(民生银行): 开屏广告 (#526)
This commit is contained in:
15
src/apps/cn.com.cmbc.newmbank.ts
Normal file
15
src/apps/cn.com.cmbc.newmbank.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'cn.com.cmbc.newmbank',
|
||||
name: '民生银行',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
activityIds: 'cn.com.cmbc.newmbank.activity.WelComeActivity',
|
||||
rules: '[id="cn.com.cmbc.newmbank:id/view_count_down"]',
|
||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12774842',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user