mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
22 lines
488 B
TypeScript
22 lines
488 B
TypeScript
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://i.gkd.li/import/13049046',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|