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', + }, + ], +});