mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
16 lines
398 B
TypeScript
16 lines
398 B
TypeScript
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://i.gkd.li/import/12740247',
|
|
},
|
|
],
|
|
});
|