mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
feat(易校园): 开屏广告 (#1431)
* feat(易校园): 开屏广告 * feat(易校园): 开屏广告 --------- Co-authored-by: lisonge <i@songe.li> close #1426
This commit is contained in:
17
src/apps/cn.com.yunma.school.app.ts
Normal file
17
src/apps/cn.com.yunma.school.app.ts
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'cn.com.yunma.school.app',
|
||||||
|
name: '易校园',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
quickFind: true,
|
||||||
|
matchLauncher: true,
|
||||||
|
activityIds: 'com.yunma.app.ui.start.SplashActivity',
|
||||||
|
rules: '[id="cn.com.yunma.school.app:id/skip"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/13175275',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user