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",