From c37a6e2faef7db8966de1cae9fec2d6473d332c2 Mon Sep 17 00:00:00 2001 From: walklty <47232102+walklty@users.noreply.github.com> Date: Tue, 17 Oct 2023 00:03:10 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=B8=8A=E6=B1=BD=E5=A4=A7=E4=BC=97):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#1123)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #1122 --- src/apps/com.svw.sc.mos.ts | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/apps/com.svw.sc.mos.ts diff --git a/src/apps/com.svw.sc.mos.ts b/src/apps/com.svw.sc.mos.ts new file mode 100644 index 00000000..8ac23718 --- /dev/null +++ b/src/apps/com.svw.sc.mos.ts @@ -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', + }, + ], + }, + ], +});