From 04d7ea41d17b91a6d2a9a9bf2d968106f2aadec8 Mon Sep 17 00:00:00 2001 From: lisonge Date: Thu, 14 Sep 2023 14:04:44 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=87=82=E8=BD=A6=E5=B8=9D):=20=E5=BC=80?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.ss.android.auto.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/apps/com.ss.android.auto.ts diff --git a/src/apps/com.ss.android.auto.ts b/src/apps/com.ss.android.auto.ts new file mode 100644 index 00000000..45702d89 --- /dev/null +++ b/src/apps/com.ss.android.auto.ts @@ -0,0 +1,15 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.ss.android.auto', + name: '懂车帝', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: 'com.ss.android.auto.activity.SplashActivity', + rules: 'TextView[text^="跳过"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12605327', + }, + ], +});