mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
20 lines
444 B
TypeScript
20 lines
444 B
TypeScript
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://i.gkd.li/import/13185441'],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|