mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(慕课网): 开屏广告 (#1453)
* feat(慕课网): 开屏广告-10周年活动 * feat(慕课网): 开屏广告 --------- Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
19
src/apps/cn.com.open.mooc.ts
Normal file
19
src/apps/cn.com.open.mooc.ts
Normal file
@@ -0,0 +1,19 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'cn.com.open.mooc',
|
||||
name: '慕课网',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '开屏广告',
|
||||
activityIds: ['com.imooc.component.imoocmain.splash.MCSplashActivity'],
|
||||
rules: [
|
||||
{
|
||||
matches: '[id="cn.com.open.mooc:id/stepOver"]',
|
||||
snapshotUrls: ['https://gkd-kit.gitee.io/import/13185441'],
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user