From 42687fd6974e9d39efc52ab99367ead1e88c895c Mon Sep 17 00:00:00 2001 From: YuanHuakk <1751826683@qq.com> Date: Sun, 21 Jan 2024 18:54:06 +0800 Subject: [PATCH] =?UTF-8?q?fix(other):=20=E5=A2=9E=E5=8A=A0=E6=BE=B3?= =?UTF-8?q?=E6=8B=BE=E6=B5=8B=E8=AF=95=E7=8E=AF=E5=A2=83api?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .editorconfig | 12 ++++++------ .env.test | 37 ++++++++++++++++++++----------------- 2 files changed, 26 insertions(+), 23 deletions(-) diff --git a/.editorconfig b/.editorconfig index 2536d66..95405c1 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,12 +1,12 @@ -# http://editorconfig.org +# EditorConfig is awesome: https://EditorConfig.org + +# top-most EditorConfig file root = true [*] indent_style = space -indent_size = 4 +indent_size = 2 +end_of_line = lf charset = utf-8 -trim_trailing_whitespace = true -insert_final_newline = true - -[*.md] trim_trailing_whitespace = false +insert_final_newline = false diff --git a/.env.test b/.env.test index bb5db23..7223b62 100644 --- a/.env.test +++ b/.env.test @@ -1,17 +1,20 @@ -# TARO_APP_ID="测试环境下的小程序appid" - - -TARO_APP_API = 'https://game.wanzhuanyongcheng.cn' - -TARO_APP_WS = 'wss://game.wanzhuanyongcheng.cn/dice/home' - -TARO_APP_HOME = 'https://test.wanzhuanyongcheng.cn/app/game' - -TARO_APP_BALLOON_WS = 'wss://balloon.wanzhuanyongcheng.cn/balloon/home' - -TARO_APP_BALLOON_API = 'https://balloon.wanzhuanyongcheng.cn/balloon' - -# 大转盘 -TARO_APP_TURNTABLE_WS = 'wss://game2.wanzhuanyongcheng.cn/turntable/home' - -TARO_APP_TURNTABLE_API = 'https://game2.wanzhuanyongcheng.cn/turntable' +# TARO_APP_ID="测试环境下的小程序appid" + + +TARO_APP_API = 'https://game.wanzhuanyongcheng.cn' + +TARO_APP_WS = 'wss://game.wanzhuanyongcheng.cn/dice/home' + +TARO_APP_HOME = 'https://test.wanzhuanyongcheng.cn/app/game' + +TARO_APP_BALLOON_WS = 'wss://balloon.wanzhuanyongcheng.cn/balloon/home' + +TARO_APP_BALLOON_API = 'https://balloon.wanzhuanyongcheng.cn/balloon' + +# 大转盘 +TARO_APP_TURNTABLE_WS = 'wss://game2.wanzhuanyongcheng.cn/turntable/home' + +TARO_APP_TURNTABLE_API = 'https://game2.wanzhuanyongcheng.cn/turntable' + +# 澳拾 +TARO_APP_AOSHI_API = 'https://game3.wanzhuanyongcheng.cn'