Skip to content

Commit

Permalink
DocSys_V2.02.27
Browse files Browse the repository at this point in the history
一、新增加功能
1. 无

二、系统优化
1. 手机端目录点击优化
2. 手机端返回操作优化
3. 多线程分片上传优化

三、缺陷修复
1. 无
  • Loading branch information
yuan committed May 8, 2022
1 parent 887c272 commit f0e6cce
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.26
2.02.27
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.26
MxsDoc V2.02.27
<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.26";
var href = "https://github.com/RainyGao-GitHub/DocSys/releases/tag/DocSys_V2.02.27";
window.open(href); //新窗口打开
}

Expand Down

0 comments on commit f0e6cce

Please sign in to comment.