From 3c0057fe41706ad56e314fdcb575c0139f9bbe20 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Tue, 26 Sep 2023 23:51:22 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=B9=B3=E5=AE=89=E5=A5=BD=E8=BD=A6?= =?UTF-8?q?=E4=B8=BB):=20=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#407)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.pingan.carowner.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/apps/com.pingan.carowner.ts diff --git a/src/apps/com.pingan.carowner.ts b/src/apps/com.pingan.carowner.ts new file mode 100644 index 00000000..62d6245b --- /dev/null +++ b/src/apps/com.pingan.carowner.ts @@ -0,0 +1,15 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.pingan.carowner', + name: '平安好车主', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: 'com.pingan.carowner.activity.SplashActivity', + rules: '[id="com.pingan.carowner:id/splash_time_tv"][text^="跳过"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12727845', + }, + ], +});