修改 错误词语

This commit is contained in:
Suwings 2021-11-08 11:53:01 +08:00
parent 415a3a90b3
commit fe0623330a
2 changed files with 3 additions and 3 deletions

2
app.js
View File

@ -240,7 +240,7 @@ process.on("unhandledRejection", (reason, p) => {
}
})();
// 开始对 Oneline File Manager 模块进行必要的初始化
// 开始对 File Manager 模块进行必要的初始化
MCSERVER.infoLog("OnlineFs", "正在初始化文件管理路由与中间件 ");
// 必须先进行登陆 且 fs API 请求必须为 Ajax 请求,得以保证跨域阻止

View File

@ -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>