From ab0a3fb88f2d94a42eaabafca6d34ce22f38aa37 Mon Sep 17 00:00:00 2001 From: lisonge Date: Fri, 6 Oct 2023 18:39:34 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=B4=BE=E5=81=A5=E5=BA=B7):=20=E5=BC=80?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#646)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.lstech.rehealth.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/apps/com.lstech.rehealth.ts diff --git a/src/apps/com.lstech.rehealth.ts b/src/apps/com.lstech.rehealth.ts new file mode 100644 index 00000000..a32fb7cd --- /dev/null +++ b/src/apps/com.lstech.rehealth.ts @@ -0,0 +1,16 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.lstech.rehealth', + name: '派健康', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: 'com.lstech.rehealth.splash.SplashActivity', + rules: + '[id="com.lstech.rehealth:id/ksad_splash_root_container"] [text="跳过"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12830071', + }, + ], +});