From 85bc01fdb165d37a2417e6b41989397d4463ca9f Mon Sep 17 00:00:00 2001 From: Suwings Date: Tue, 21 Jul 2020 17:08:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20=E5=8F=91=E8=A1=8C?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.js | 2 +- helper/version.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app.js b/app.js index 915797f..d3496b8 100644 --- a/app.js +++ b/app.js @@ -232,7 +232,7 @@ process.on('unhandledRejection', (reason, p) => { })(); //开始对 Oneline File Manager 模块进行必要的初始化 -MCSERVER.infoLog('Online_Fs', '初始化 Online_Fs 路由与中间件 '); +MCSERVER.infoLog('OnlineFs', '正在初始化文件管理路由与中间件 '); //必须先进行登陆 且 fs API 请求必须为 Ajax 请求,得以保证跨域阻止 app.use(['/fs/mkdir', '/fs/rm', '/fs/patse', '/fs/cp', '/fs/rename', '/fs/ls'], function (req, res, next) { diff --git a/helper/version.js b/helper/version.js index 207a4bb..43d5c3f 100644 --- a/helper/version.js +++ b/helper/version.js @@ -5,9 +5,9 @@ const os = require("os"); //这样, 用户截图时, 可以知道具体的版本 //请用户尽可能的不要修改本文件任何代码,因为每一次版本更新时,必定会冲突 -const verisonA = "8.6.11 发行版本"; //发行版本 +const verisonA = "8.6.12 开发版本"; //发行版本 -const verisonB = "No.20200718-06"; //版本批次 +const verisonB = "No.20200721-01"; //版本批次 let info = [os.type(), os.arch(), os.hostname(), os.release()].join(" ");