mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(学习通): 开屏广告 (#337)
This commit is contained in:
15
src/apps/com.chaoxing.mobile.ts
Normal file
15
src/apps/com.chaoxing.mobile.ts
Normal 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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user