mirror of
https://github.com/eyebluecn/tank.git
synced 2024-04-21 12:32:16 +00:00
feat: upgrade to 4.0.0.beta
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
[English Version](https://tank-doc.eyeblue.cn/en)
|
||||
|
||||
# 蓝眼云盘(3.2.0)
|
||||
# 蓝眼云盘(4.0.0.beta)
|
||||
[在线Demo](https://tanker.eyeblue.cn) (体验账号: demo 密码:123456)
|
||||
|
||||
蓝眼云盘是蓝眼开源系列代表作品之一,致力于打造精致,优雅,简约的云盘。核心功能如下:
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
@REM prepare the variables.
|
||||
|
||||
@REM version name
|
||||
SET VERSION_NAME=tank-3.2.0
|
||||
SET VERSION_NAME=tank-4.0.0.beta
|
||||
ECHO VERSION_NAME: %VERSION_NAME%
|
||||
@REM golang proxy
|
||||
SET GOPROXY=https://goproxy.cn
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@ set -e
|
||||
#prepare the variables.
|
||||
|
||||
# version name
|
||||
VERSION_NAME=tank-3.2.0
|
||||
VERSION_NAME=tank-4.0.0.beta
|
||||
echo "VERSION_NAME: ${VERSION_NAME}"
|
||||
# golang proxy
|
||||
GOPROXY=https://goproxy.cn
|
||||
|
||||
+3
-3
@@ -11,10 +11,10 @@ const (
|
||||
|
||||
DEFAULT_SERVER_PORT = 6010
|
||||
|
||||
//db table's prefix. tank32_ means current version is tank:3.2.x
|
||||
TABLE_PREFIX = "tank32_"
|
||||
//db table's prefix. tank40_ means current version is tank:4.0.x
|
||||
TABLE_PREFIX = "tank40_"
|
||||
|
||||
VERSION = "3.2.0"
|
||||
VERSION = "4.0.0.beta"
|
||||
)
|
||||
|
||||
type Config interface {
|
||||
|
||||
Reference in New Issue
Block a user