feat(汽车之家): 开屏广告

This commit is contained in:
lisonge 2023-09-19 21:27:43 +08:00
parent 0fbc537c27
commit 2bf27eb63d

View File

@ -0,0 +1,15 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.cubic.autohome',
name: '汽车之家',
groups: [
{
key: 0,
name: '开屏广告',
activityIds: 'com.cubic.autohome.MainActivity',
rules: '[id="com.cubic.autohome:id/ad_splash_skip"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12660744',
},
],
});