mirror of
https://github.com/MCSManager/MCSManager.git
synced 2025-02-05 15:29:35 +08:00
修改 错误词语
This commit is contained in:
parent
415a3a90b3
commit
fe0623330a
2
app.js
2
app.js
@ -240,7 +240,7 @@ process.on("unhandledRejection", (reason, p) => {
|
||||
}
|
||||
})();
|
||||
|
||||
// 开始对 Oneline File Manager 模块进行必要的初始化
|
||||
// 开始对 File Manager 模块进行必要的初始化
|
||||
MCSERVER.infoLog("OnlineFs", "正在初始化文件管理路由与中间件 ");
|
||||
|
||||
// 必须先进行登陆 且 fs API 请求必须为 Ajax 请求,得以保证跨域阻止
|
||||
|
@ -1,6 +1,6 @@
|
||||
<div id="ApiKeyContainer">
|
||||
<p>
|
||||
<b>设置第三方应用程序接口密匙(API KEY)。</b>
|
||||
<b>设置第三方应用程序接口密钥(API KEY)。</b>
|
||||
</p>
|
||||
<p>
|
||||
<small>若此用户是管理员用户,那么密匙将可以"管理用户","管理所有服务器","获取高级信息"</small>
|
||||
@ -56,4 +56,4 @@
|
||||
});
|
||||
}
|
||||
});
|
||||
</script>
|
||||
</script>
|
Loading…
Reference in New Issue
Block a user