From a97586d9ce5573c5a5d398c35c96cf24b3b78e22 Mon Sep 17 00:00:00 2001 From: lisonge Date: Fri, 6 Oct 2023 18:46:55 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=9C=B4=E6=9C=B4=E8=B6=85=E5=B8=82):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#685)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.pupumall.customer.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/apps/com.pupumall.customer.ts diff --git a/src/apps/com.pupumall.customer.ts b/src/apps/com.pupumall.customer.ts new file mode 100644 index 00000000..e1a8d85c --- /dev/null +++ b/src/apps/com.pupumall.customer.ts @@ -0,0 +1,15 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.pupumall.customer', + name: '朴朴超市', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: 'com.pupumall.customer.activity.SplashActivity', + rules: '[id="com.pupumall.customer:id/tv_skip"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12830126', + }, + ], +});