feat(嗨探): 开屏广告 (#361)

This commit is contained in:
lisonge 2023-09-25 21:27:51 +08:00
parent 255e132f98
commit a84cd4cd38

View File

@ -0,0 +1,15 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.manwei.djz',
name: '嗨探',
groups: [
{
key: 0,
name: '开屏广告',
activityIds: 'com.manwei.djz.module.splash.SplashActivity',
rules: '[id="com.manwei.djz:id/aplashLayout"] >6 TextView[text^="跳过"]',
snapshotUrls: 'https://gkd-kit.songe.li/import/12714328',
},
],
});