Skip to content

Commit

Permalink
DocSys_V2.02.33
Browse files Browse the repository at this point in the history
一、新增功能
1. 新增服务器前置测试功能
2. 新增远程存储测试功能
3. 新增版本管理远程版本仓库测试功能
4. 新增远程备份测试功能

二、系统优化
1. 目录下载查询模式实现
2. 历史版本下载查询模式实现
3. 仓库同步优化,避免相同同步操作短时间多次触发
4. 文件刷新操作优化
5. 仓库自动备份、定时同步、数据库备份时机优化
6. 历史版本恢复功能优化
7. 版本管理忽略功能优化
8. getSubDocLevel接口优化,增加容错处理

三、缺陷修复
1. getLevelByParentPath在path以/开头时计算错误
  • Loading branch information
yuan committed Jul 30, 2022
1 parent cace533 commit 0c3d2b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion WebRoot/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.02.32
2.02.33
4 changes: 2 additions & 2 deletions WebRoot/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ <h4 class="panel-title">更安全</h4>
<div class="overlay spacer">
<div class="container">
<div class="row text-center">
MxsDoc V2.02.32
MxsDoc V2.02.33
<a id="downloadPackageBtn" class="banner_btn" onclick="downloadInstallPackage();">下载</a>
<a id="purchaseLicenseBtn" class="banner_btn" onclick="purchaseLicense();">购买</a>
</div>
Expand Down Expand Up @@ -512,7 +512,7 @@ <h4 class="panel-title">更安全</h4>

function downloadInstallPackage()
{
var href = "https://github.com/RainyGao-GitHub/DocSys/releases/tag/DocSys_V2.02.32";
var href = "https://github.com/RainyGao-GitHub/DocSys/releases/tag/DocSys_V2.02.33";
window.open(href); //新窗口打开
}

Expand Down

0 comments on commit 0c3d2b2

Please sign in to comment.