diff --git a/src/apps/com.mfw.roadbook.ts b/src/apps/com.mfw.roadbook.ts new file mode 100644 index 00000000..2bca15e7 --- /dev/null +++ b/src/apps/com.mfw.roadbook.ts @@ -0,0 +1,21 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.mfw.roadbook', + name: '马蜂窝', + groups: [ + { + key: 0, + name: '开屏广告', + matchLauncher: true, + quickFind: true, + activityIds: 'com.mfw.roadbook.business.launch.SplashAdActivity', + rules: [ + { + matches: '[id="com.mfw.roadbook:id/skipLayout"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/13049046', + }, + ], + }, + ], +});