mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 19:22:22 +08:00
feat(上海银行): 开屏广告 (#439)
This commit is contained in:
parent
45c05a3bb9
commit
d6485eb798
15
src/apps/cn.com.shbank.mper.ts
Normal file
15
src/apps/cn.com.shbank.mper.ts
Normal file
|
@ -0,0 +1,15 @@
|
|||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'cn.com.shbank.mper',
|
||||
name: '上海银行',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
activityIds: 'com.yitong.mobile.biz.launcher.app.splash.Splashactivity',
|
||||
rules: '[id="cn.com.shbank.mper:id/splash_skip"]',
|
||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12740247',
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user