Skip to content

Commit

Permalink
Release Beta4.
Browse files Browse the repository at this point in the history
  • Loading branch information
zicla committed May 19, 2019
1 parent b7a81e0 commit cf847d4
Show file tree
Hide file tree
Showing 43 changed files with 173 additions and 119 deletions.
9 changes: 9 additions & 0 deletions build/html/css/app.a576a8d2.css

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions build/html/css/chunk-vendors.cb22afd2.css

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes
File renamed without changes
Binary file added build/html/img/blue.142a5bc6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/html/img/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions build/html/img/default-skin.b257fa9c.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added build/html/img/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
1 change: 1 addition & 0 deletions build/html/img/success.937cc8af.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion build/html/index.html
Original file line number Diff line number Diff line change
@@ -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.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>
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=/favicon.ico><title>tank-front-tmp</title><link href=/css/app.a576a8d2.css rel=preload as=style><link href=/css/chunk-vendors.cb22afd2.css rel=preload as=style><link href=/js/app.4452d0c8.js rel=preload as=script><link href=/js/chunk-vendors.220ccae9.js rel=preload as=script><link href=/css/chunk-vendors.cb22afd2.css rel=stylesheet><link href=/css/app.a576a8d2.css rel=stylesheet></head><body><noscript><strong>We're sorry but tank-front-tmp doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=/js/chunk-vendors.220ccae9.js></script><script src=/js/app.4452d0c8.js></script></body></html>
11 changes: 11 additions & 0 deletions build/html/js/app.4452d0c8.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions build/html/js/app.4452d0c8.js.map

Large diffs are not rendered by default.

126 changes: 126 additions & 0 deletions build/html/js/chunk-vendors.220ccae9.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions build/html/js/chunk-vendors.220ccae9.js.map

Large diffs are not rendered by default.

17 changes: 0 additions & 17 deletions build/html/static/css/app.3a52066c2768a1edcc67af77349bc420.css

This file was deleted.

1 change: 0 additions & 1 deletion build/html/static/img/file/alien.svg

This file was deleted.

10 changes: 0 additions & 10 deletions build/html/static/js/app.f7f1670e8f414c9767e2.js

This file was deleted.

1 change: 0 additions & 1 deletion build/html/static/js/app.f7f1670e8f414c9767e2.js.map

This file was deleted.

2 changes: 0 additions & 2 deletions build/html/static/js/manifest.2ae2e69a05c33dfc65f8.js

This file was deleted.

1 change: 0 additions & 1 deletion build/html/static/js/manifest.2ae2e69a05c33dfc65f8.js.map

This file was deleted.

82 changes: 0 additions & 82 deletions build/html/static/js/vendor.6c461989365187a3992b.js

This file was deleted.

1 change: 0 additions & 1 deletion build/html/static/js/vendor.6c461989365187a3992b.js.map

This file was deleted.

2 changes: 1 addition & 1 deletion build/pack/build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
@REM prepare the variables.

@REM version name
SET VERSION_NAME=tank-3.0.0.beta3
SET VERSION_NAME=tank-3.0.0.beta4
@REM assign variable like Linux GOARCH=$(go env GOARCH) eg. amd64
FOR /f %%i IN ('go env GOARCH') DO SET GOARCH=%%i
ECHO GOARCH: %GOARCH%
Expand Down
2 changes: 1 addition & 1 deletion build/pack/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#prepare the variables.

# version name
VERSION_NAME=tank-3.0.0.beta3
VERSION_NAME=tank-3.0.0.beta4
echo "VERSION_NAME: ${VERSION_NAME}"
# eg. amd64
GOARCH=$(go env GOARCH)
Expand Down
2 changes: 1 addition & 1 deletion code/core/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const (
//db table's prefix. tank30_ means current version is tank:3.0.x
TABLE_PREFIX = "tank30_"

VERSION = "3.0.0.beta3"
VERSION = "3.0.0.beta4"
)

type Config interface {
Expand Down

0 comments on commit cf847d4

Please sign in to comment.