From 28f94678238357b6b5d0c962bb7838e8222cd0da Mon Sep 17 00:00:00 2001 From: Zonezzc <142784058+Zonezzc@users.noreply.github.com> Date: Sat, 28 Oct 2023 22:40:06 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=85=95=E8=AF=BE=E7=BD=91):=20=E5=BC=80?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#1453)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(慕课网): 开屏广告-10周年活动 * feat(慕课网): 开屏广告 --------- Co-authored-by: lisonge --- src/apps/cn.com.open.mooc.ts | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/apps/cn.com.open.mooc.ts 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'], + }, + ], + }, + ], +});