mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(马蜂窝): 开屏广告 (#1257)
* feat(马蜂窝): 开屏广告 * feat(马蜂窝): 开屏广告-规则优化 --------- Co-authored-by: lisonge <i@songe.li> close #1237
This commit is contained in:
21
src/apps/com.mfw.roadbook.ts
Normal file
21
src/apps/com.mfw.roadbook.ts
Normal file
@@ -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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user