From 84aca6e8306a5380ec686f0ea9fe393dccb56efd Mon Sep 17 00:00:00 2001 From: yuan <13777479349@139.com> Date: Tue, 14 Dec 2021 17:25:46 +0800 Subject: [PATCH] =?UTF-8?q?V2.02.17=20=E4=B8=80=E3=80=81=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=201.=20FTP=E8=BF=9C=E7=A8=8B=E5=AD=98?= =?UTF-8?q?=E5=82=A8=E5=A2=9E=E5=8A=A0=E4=B8=BB=E8=A2=AB=E5=8A=A8=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 二、缺陷修复 1. FTP前置仓库文件拷贝接口卡死 三、系统优化 1. Office文件打开优化:如果office编辑器未安装或配置错误,则用文本方式打开 2. 系统安全性优化:getLoginUser不再返回加密的密码 3. 目录下载优化:只下载有权限的文件 4. 新增仓库优化:增加线程锁控制 5. 代码结构优化:远程存储测试代码移到测试目录 --- WebRoot/version | 2 +- WebRoot/web/index.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WebRoot/version b/WebRoot/version index 0a17d46b0..dd2e1d409 100644 --- a/WebRoot/version +++ b/WebRoot/version @@ -1 +1 @@ -2.02.16 \ No newline at end of file +2.02.17 \ No newline at end of file diff --git a/WebRoot/web/index.html b/WebRoot/web/index.html index ff3641b4c..2516cd179 100644 --- a/WebRoot/web/index.html +++ b/WebRoot/web/index.html @@ -238,7 +238,7 @@

更安全

- MxsDoc V2.02.16 + MxsDoc V2.02.17
@@ -508,7 +508,7 @@

更安全

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); //新窗口打开 }