From 641a46fdf7908f1284e95a091008826ed29e7ea1 Mon Sep 17 00:00:00 2001 From: YuanHuakk <1751826683@qq.com> Date: Wed, 29 Nov 2023 17:35:06 +0800 Subject: [PATCH] =?UTF-8?q?build(custom):=20=E5=A2=9E=E5=8A=A0=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E5=8F=98=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.one | 6 ++++++ .env.prod => .env.tow | 0 package.json | 3 ++- 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .env.one rename .env.prod => .env.tow (100%) diff --git a/.env.one b/.env.one new file mode 100644 index 0000000..e7f21a9 --- /dev/null +++ b/.env.one @@ -0,0 +1,6 @@ + +TARO_APP_API = 'https://www.jdt168.com/dice' + +TARO_APP_WS = 'wss://www.jdt168.com/dice/home' + +TARO_APP_HOME = 'https://www.jdt168.com/app/game' diff --git a/.env.prod b/.env.tow similarity index 100% rename from .env.prod rename to .env.tow diff --git a/package.json b/package.json index 48dd9a6..c548dfb 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,8 @@ "build:tt": "taro build --type tt", "build:h5": "taro build --type h5", "build:h5:test": "taro build --type h5 --mode test", - "build:tow": "taro build --type h5 --mode prod", + "build:one": "taro build --type h5 --mode one", + "build:tow": "taro build --type h5 --mode tow", "build:rn": "taro build --type rn", "build:qq": "taro build --type qq", "build:jd": "taro build --type jd",