From a295a50e750eccc6b0607d77a953740e0a355e2f Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期日, 08 九月 2024 01:33:26 +0800 Subject: [PATCH] update 文件大小 --- package.json | 23 +++++++++++++++++++++++ 1 files changed, 23 insertions(+), 0 deletions(-) diff --git a/package.json b/package.json index ef0382d..192b117 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,29 @@ "define": { "PUB_PARTNER": true } + }, + "customer":{ + "title": "花店/用户-小程序", + "BROWSER": "Chrome", + "env": { + "UNI_PLATFORM": "mp-weixin", + "PUB_TYPE": "customer" + }, + "define": { + "PUB_CUSTOMER": true + } + }, + "customer-v2":{ + "title": "花店/用户端-小程序-开发", + "BROWSER": "Chrome", + "env": { + "UNI_PLATFORM": "mp-weixin", + "PUB_TYPE": "customer" + }, + "define": { + "PUB_CUSTOMER": true, + "PUB_CUSTOMER_DEV": true + } } } -- Gitblit v1.9.3