Skip to content

Commit

Permalink
V2.02.17
Browse files Browse the repository at this point in the history
一、新增功能
1. FTP远程存储增加主被动模式设置

二、缺陷修复
1. FTP前置仓库文件拷贝接口卡死

三、系统优化
1. Office文件打开优化:如果office编辑器未安装或配置错误,则用文本方式打开
2. 系统安全性优化:getLoginUser不再返回加密的密码
3. 目录下载优化:只下载有权限的文件
4. 新增仓库优化:增加线程锁控制
5. 代码结构优化:远程存储测试代码移到测试目录
  • Loading branch information
yuan committed Dec 14, 2021
1 parent 5d8805f commit 84aca6e
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.16
2.02.17
4 changes: 2 additions & 2 deletions WebRoot/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ <h4 class="panel-title">更安全</h4>
<div class="overlay spacer">
<div class="container">
<div class="row text-center">
MxsDoc V2.02.16
MxsDoc V2.02.17
<a id="downloadPackageBtn" class="banner_btn" onclick="downloadInstallPackage();">下载</a>
<a id="purchaseLicenseBtn" class="banner_btn" onclick="purchaseLicense();">购买</a>
</div>
Expand Down Expand Up @@ -508,7 +508,7 @@ <h4 class="panel-title">更安全</h4>

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

Expand Down

0 comments on commit 84aca6e

Please sign in to comment.