diff --git a/README.md b/README.md index 2397aef..624a6fa 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ -[中文简体](https://github.com/Suwings/MCSManager) | [中文繁體](README-traditional.md) | [API 文档](https://github.com/Suwings/MCSManager/wiki) +[中文简体](https://github.com/Suwings/MCSManager) | [中文繁體](README-traditional.md) | [API 文档](https://github.com/Suwings/MCSManager/wiki/API-Documentation) | [二次开发参考文档](https://gitee.com/Suwingser/MCSManager/wikis/Development_Document)
diff --git a/package.json b/package.json index a1218a0..866ee75 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "main": "app.js", "author": "Suwings", "readmeFilename": "README.md", - "license": "AGPL-3.0-or-later", + "license": "MIT", "contributors": [ "Suwings", "pppploi8", diff --git a/public/common/js/properties.js b/public/common/js/properties.js index f11d514..cc70342 100644 --- a/public/common/js/properties.js +++ b/public/common/js/properties.js @@ -48,7 +48,7 @@ "broadcast-rcon-to-ops": "向OP广播RCON信息", "broadcast-console-to-ops": "向OP广播服务器控制台信息", "enforce-whitelist": "在服务器上强制使用白名单", - "spawn-protection": "通过将该值进行 2x+1 的运算来决定出生点的保护半径。设置为0将不会禁用出生点保护" + "spawn-protection": "通过将该值进行 2x+1 的运算来决定出生点的保护半径,设置为0将只保护出生点下方那一个方块。" } if (SuwingsLoveYou.hasOwnProperty(key)) { diff --git a/public/onlinefs_public/src/package-lock.json b/public/onlinefs_public/src/package-lock.json index 1d1f4fc..9026b88 100644 --- a/public/onlinefs_public/src/package-lock.json +++ b/public/onlinefs_public/src/package-lock.json @@ -3947,9 +3947,9 @@ "dev": true }, "elliptic": { - "version": "6.5.2", - "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.2.tgz", - "integrity": "sha512-f4x70okzZbIQl/NSRLkI/+tteV/9WqL98zx+SQ69KbXxmVrmjwsNUPn/gYJJ0sHvEak24cZgHIPegRePAtA/xw==", + "version": "6.5.3", + "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.3.tgz", + "integrity": "sha512-IMqzv5wNQf+E6aHeIqATs0tOLeOTwj1QKbRcS3jBbYkl5oLAserA8yJTT7/VyHUYG91PRmPyeQDObKLPpeS4dw==", "dev": true, "requires": { "bn.js": "^4.4.0", diff --git a/public/template/component/newserver.html b/public/template/component/newserver.html index ffc7a74..5df035c 100644 --- a/public/template/component/newserver.html +++ b/public/template/component/newserver.html @@ -87,7 +87,7 @@
创建服务器相关协议

您使用本控制面板创建 Minecraft 之后,请遵循您所使用的那个服务端的相关协议;

-

面板不会自动同意Minecraft EULA(最终用户协议),请首次启动后手动修改elua.txt文件更改。

+

面板不会自动同意Minecraft EULA(最终用户协议),请首次启动后手动修改eula.txt文件更改。

尊重版权,请支持 Minecraft 正版。

@@ -168,4 +168,4 @@ }); MI.rListener('onend', function () { }); - \ No newline at end of file +