You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
566 B
29 lines
566 B
# 蓝眼云盘
|
|
|
|
## 注意事项
|
|
每次版本升级时需要修改以下内容。
|
|
|
|
1. build/pack/build.bat
|
|
set VERSION_NAME=tank-x.x.x
|
|
|
|
2. build/pack/build.sh
|
|
VERSION_NAME=tank-x.x.x
|
|
|
|
3. rest/config.go
|
|
VERSION = x.x.x
|
|
|
|
4. tank-front 修改 vuex/index.js
|
|
versionName: 'x.x.x'
|
|
|
|
|
|
2018-01-12
|
|
tank-1.0.1
|
|
1. 修复面包屑回退的bug [#1](https://github.com/eyebluecn/tank/issues/1)
|
|
2. 修复移动文件时,可能移到其他人的文件夹下的bug
|
|
3. 新增404页面
|
|
4. 移除掉一些没用的代码
|
|
|
|
|
|
2018-01-01
|
|
tank-1.0.0
|
|
完成基本核心功能
|
|
|