From 45c05a3bb927059ee2470e936002aef7d2a5322d Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Thu, 28 Sep 2023 10:26:05 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=BF=85=E8=83=9C=E5=AE=A2):=20=E5=BC=80?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#438)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.yumc.phsuperapp.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/apps/com.yumc.phsuperapp.ts diff --git a/src/apps/com.yumc.phsuperapp.ts b/src/apps/com.yumc.phsuperapp.ts new file mode 100644 index 00000000..5da7f094 --- /dev/null +++ b/src/apps/com.yumc.phsuperapp.ts @@ -0,0 +1,15 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.yumc.phsuperapp', + name: '必胜客', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: 'com.yumc.android.phhome.ui.PhHomeV3Activity', + rules: '[id="com.yumc.phsuperapp:id/splash_tv_3"][text$="跳过"]', + snapshotUrls: 'https://gkd-kit.songe.li/import/12740217', + }, + ], +});