feat(学习通): 开屏广告 (#337)

This commit is contained in:
Jiahui Chen
2023-09-25 00:44:32 +08:00
committed by GitHub
parent 8ece0c52ef
commit 2afd1546f8

View File

@@ -0,0 +1,15 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.chaoxing.mobile',
name: '学习通',
groups: [
{
key: 0,
name: '开屏广告',
activityIds: 'com.chaoxing.mobile.activity.SplashActivity',
rules: '[id="com.chaoxing.mobile:id/jump_view"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12708472',
},
],
});