mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 02:05:06 +08:00
feat(上海银行): 开屏广告 (#439)
This commit is contained in:
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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user