diff --git a/app.js b/app.js index a7de9876..08b7dcc5 100644 --- a/app.js +++ b/app.js @@ -240,7 +240,7 @@ process.on("unhandledRejection", (reason, p) => { } })(); -// 开始对 Oneline File Manager 模块进行必要的初始化 +// 开始对 File Manager 模块进行必要的初始化 MCSERVER.infoLog("OnlineFs", "正在初始化文件管理路由与中间件 "); // 必须先进行登陆 且 fs API 请求必须为 Ajax 请求,得以保证跨域阻止 diff --git a/public/template/dialog/apikey.html b/public/template/dialog/apikey.html index d4de9b1c..7c7fd4e1 100644 --- a/public/template/dialog/apikey.html +++ b/public/template/dialog/apikey.html @@ -1,6 +1,6 @@
- 设置第三方应用程序接口密匙(API KEY)。 + 设置第三方应用程序接口密钥(API KEY)。
若此用户是管理员用户,那么密匙将可以"管理用户","管理所有服务器","获取高级信息" @@ -56,4 +56,4 @@ }); } }); - + \ No newline at end of file