diff --git a/src/apps/cn.com.open.mooc.ts b/src/apps/cn.com.open.mooc.ts new file mode 100644 index 00000000..632aba81 --- /dev/null +++ b/src/apps/cn.com.open.mooc.ts @@ -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'], + }, + ], + }, + ], +});