feat(上汽大众): 开屏广告 (#1123)

close #1122
This commit is contained in:
walklty 2023-10-17 00:03:10 +08:00 committed by GitHub
parent 87341d56eb
commit c37a6e2fae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,22 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.svw.sc.mos',
name: '上汽大众',
groups: [
{
key: 0,
name: '开屏广告',
desc: '点击"跳过广告"',
matchLauncher: true,
quickFind: false,
activityIds: 'com.svw.sc.mos.views.SplashActivity',
rules: [
{
matches: '[id="com.svw.sc.mos:id/launch_jump"][text^="跳过"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12912850',
},
],
},
],
});