From 2bf27eb63d425c74f95306620575c5655f2b2f75 Mon Sep 17 00:00:00 2001 From: lisonge Date: Tue, 19 Sep 2023 21:27:43 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=B1=BD=E8=BD=A6=E4=B9=8B=E5=AE=B6):=20?= =?UTF-8?q?=E5=BC=80=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.cubic.autohome.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/apps/com.cubic.autohome.ts diff --git a/src/apps/com.cubic.autohome.ts b/src/apps/com.cubic.autohome.ts new file mode 100644 index 00000000..031616fb --- /dev/null +++ b/src/apps/com.cubic.autohome.ts @@ -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', + }, + ], +});