Pack 3.0.0.Beta3
This commit is contained in:
parent
4780ff8698
commit
256cf56426
@ -1 +1 @@
|
|||||||
<!DOCTYPE html><html><head><title>蓝眼云盘</title><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge,chrome=1"><meta name=renderer content=webkit><meta name=viewport content="user-scalable=no,width=device-width,initial-scale=1,maximum-scale=1"><meta name=msapplication-tap-highlight content=no><meta name=apple-mobile-web-app-capable content=yes><link rel="shortcut icon" href=/favicon.ico><link href=/static/css/app.8434ac4892014823a9f4b7dfb500b1ff.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=/static/js/manifest.2ae2e69a05c33dfc65f8.js></script><script type=text/javascript src=/static/js/vendor.28b2a104c5c31556c9b7.js></script><script type=text/javascript src=/static/js/app.8360edfd476e2af78ca7.js></script></body></html>
|
<!DOCTYPE html><html><head><title>蓝眼云盘</title><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge,chrome=1"><meta name=renderer content=webkit><meta name=viewport content="user-scalable=no,width=device-width,initial-scale=1,maximum-scale=1"><meta name=msapplication-tap-highlight content=no><meta name=apple-mobile-web-app-capable content=yes><link rel="shortcut icon" href=/favicon.ico><link href=/static/css/app.3a52066c2768a1edcc67af77349bc420.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=/static/js/manifest.2ae2e69a05c33dfc65f8.js></script><script type=text/javascript src=/static/js/vendor.6c461989365187a3992b.js></script><script type=text/javascript src=/static/js/app.f7f1670e8f414c9767e2.js></script></body></html>
|
File diff suppressed because one or more lines are too long
BIN
build/html/static/fonts/element-icons.535877f.woff
Normal file
BIN
build/html/static/fonts/element-icons.535877f.woff
Normal file
Binary file not shown.
Binary file not shown.
BIN
build/html/static/fonts/element-icons.732389d.ttf
Normal file
BIN
build/html/static/fonts/element-icons.732389d.ttf
Normal file
Binary file not shown.
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
10
build/html/static/js/app.f7f1670e8f414c9767e2.js
Normal file
10
build/html/static/js/app.f7f1670e8f414c9767e2.js
Normal file
File diff suppressed because one or more lines are too long
1
build/html/static/js/app.f7f1670e8f414c9767e2.js.map
Normal file
1
build/html/static/js/app.f7f1670e8f414c9767e2.js.map
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
82
build/html/static/js/vendor.6c461989365187a3992b.js
Normal file
82
build/html/static/js/vendor.6c461989365187a3992b.js
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -11,7 +11,7 @@
|
|||||||
@REM prepare the variables.
|
@REM prepare the variables.
|
||||||
|
|
||||||
@REM version name
|
@REM version name
|
||||||
SET VERSION_NAME=tank-3.0.0.beta2
|
SET VERSION_NAME=tank-3.0.0.beta3
|
||||||
@REM assign variable like Linux GOARCH=$(go env GOARCH) eg. amd64
|
@REM assign variable like Linux GOARCH=$(go env GOARCH) eg. amd64
|
||||||
FOR /f %%i IN ('go env GOARCH') DO SET GOARCH=%%i
|
FOR /f %%i IN ('go env GOARCH') DO SET GOARCH=%%i
|
||||||
ECHO GOARCH: %GOARCH%
|
ECHO GOARCH: %GOARCH%
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
#prepare the variables.
|
#prepare the variables.
|
||||||
|
|
||||||
# version name
|
# version name
|
||||||
VERSION_NAME=tank-3.0.0.beta2
|
VERSION_NAME=tank-3.0.0.beta3
|
||||||
echo "VERSION_NAME: ${VERSION_NAME}"
|
echo "VERSION_NAME: ${VERSION_NAME}"
|
||||||
# eg. amd64
|
# eg. amd64
|
||||||
GOARCH=$(go env GOARCH)
|
GOARCH=$(go env GOARCH)
|
||||||
|
@ -12,7 +12,7 @@ const (
|
|||||||
//db table's prefix. tank30_ means current version is tank:3.0.x
|
//db table's prefix. tank30_ means current version is tank:3.0.x
|
||||||
TABLE_PREFIX = "tank30_"
|
TABLE_PREFIX = "tank30_"
|
||||||
|
|
||||||
VERSION = "3.0.0.beta2"
|
VERSION = "3.0.0.beta3"
|
||||||
)
|
)
|
||||||
|
|
||||||
type Config interface {
|
type Config interface {
|
||||||
|
Loading…
Reference in New Issue
Block a user