mirror of
https://github.com/MCSManager/UI.git
synced 2024-11-21 03:15:46 +08:00
删除 重定向前的链接地址
This commit is contained in:
parent
97ce53dfb3
commit
560202cd86
29
README.md
29
README.md
@ -6,6 +6,7 @@
|
||||
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
||||
* @FilePath: \MCSManager-UI\README.md
|
||||
-->
|
||||
|
||||
```
|
||||
______ _______________________ ___
|
||||
___ |/ /_ ____/_ ___/__ |/ /_____ _____________ _______ _____________
|
||||
@ -17,38 +18,34 @@ _ / / / / /___ ____/ /_ / / / / /_/ /_ / / / /_/ /_ /_/ // __/ /
|
||||
|
||||
[![Status](https://img.shields.io/badge/npm-v8.1.0-blue.svg)](https://www.npmjs.com/)
|
||||
[![Status](https://img.shields.io/badge/node-v14.17.6-blue.svg)](https://nodejs.org/en/download/)
|
||||
[![Status](https://img.shields.io/badge/License-GPL-red.svg)](https://github.com/Suwings/MCSManager)
|
||||
|
||||
[![Status](https://img.shields.io/badge/License-GPL-red.svg)](https://github.com/MCSManager)
|
||||
|
||||
适用于 MCSManager 未来版本的 Web 界面项目。
|
||||
|
||||
|
||||
[官方网站](http://mcsm.suwings.top/) | 当前正在开发中
|
||||
|
||||
<br />
|
||||
|
||||
相关项目
|
||||
-----------
|
||||
[MCSManager 守护进程项目](https://github.com/Suwings/MCSManager-Daemon)
|
||||
[MCSManager 前端项目](https://github.com/Suwings/MCSManager-UI)
|
||||
[MCSManager 8.X 版本主项目](https://github.com/Suwings/MCSManager)
|
||||
## 相关项目
|
||||
|
||||
[MCSManager 守护进程项目](https://github.com/MCSManager/MCSManager-Daemon)
|
||||
[MCSManager 前端项目](https://github.com/MCSManager/MCSManager-UI)
|
||||
[MCSManager 8.X 版本主项目](https://github.com/MCSManager/MCSManager)
|
||||
|
||||
<br />
|
||||
|
||||
MCSManager 简介
|
||||
-----------
|
||||
## MCSManager 简介
|
||||
|
||||
这是一款可以管理多个 Minecraft 服务端(支持群组端)的 Web 管理面板,并且可以分配多个子账号来分别管理不同的 Minecraft 服务端,支持绝大部分主流的服务端,甚至是其他非 Minecraft 的程序。
|
||||
|
||||
控制面板可运行在 Windows 与 Linux 平台,无需数据库与任何系统配置,只需安装 node 环境即可快速运行,属于轻量级的 Minecraft 服务端控制面板。
|
||||
|
||||
|
||||
<br />
|
||||
|
||||
## 搭建开发环境
|
||||
|
||||
搭建开发环境
|
||||
-----------
|
||||
```
|
||||
git clone https://github.com/Suwings/MCSManager-UI.git
|
||||
git clone https://github.com/MCSManager/MCSManager-UI.git
|
||||
cd MCSManager-UI
|
||||
npm install
|
||||
npm run serve
|
||||
@ -56,8 +53,8 @@ npm run serve
|
||||
|
||||
<br />
|
||||
|
||||
开源协议
|
||||
-----------
|
||||
## 开源协议
|
||||
|
||||
本项目为 MCSManager 软件的前端界面设计,遵循 GPL License。
|
||||
|
||||
在公开完整源代码的情况下,准许自定义界面,二次开发,商业使用和主题开发等。
|
||||
|
@ -69,6 +69,7 @@ export function connectRemoteService(
|
||||
console.log("[WS->Daemon/stream/auth] Websocket 身份验证成功");
|
||||
connectCallback();
|
||||
} else {
|
||||
console.log("身份认证错误:", data);
|
||||
ElNotification({
|
||||
title: "无法与终端建立连接",
|
||||
message: `<span style="font-size: 12px;">身份验证(stream/auth)失败,可能是守护进程导致,请刷新页面重试。</span>`,
|
||||
|
@ -101,7 +101,7 @@ export default {
|
||||
selectLink(type) {
|
||||
if (type === 1) {
|
||||
window.open(
|
||||
"https://github.com/Suwings/MCSManager/wiki/%E6%A3%80%E6%9F%A5%E4%B8%BB%E6%9C%BA%E6%9C%AC%E5%9C%B0%E7%8E%AF%E5%A2%83"
|
||||
"https://github.com/MCSManager/MCSManager/wiki/%E6%A3%80%E6%9F%A5%E4%B8%BB%E6%9C%BA%E6%9C%AC%E5%9C%B0%E7%8E%AF%E5%A2%83"
|
||||
);
|
||||
}
|
||||
if (type === 2) {
|
||||
|
@ -89,7 +89,7 @@
|
||||
</el-col>
|
||||
<el-col :span="6">
|
||||
<div class="manual-link-block-wrapper">
|
||||
<a class="manual-link-block" href="https://github.com/Suwings/MCSManager/wiki"
|
||||
<a class="manual-link-block" href="https://github.com/MCSManager/MCSManager/wiki"
|
||||
><i class="el-icon-link"></i> 维基百科</a
|
||||
>
|
||||
</div>
|
||||
|
@ -176,12 +176,7 @@
|
||||
<div class="sub-title-info">
|
||||
在守护进程启动时控制台上会输出显示,务必确保密钥安全
|
||||
<br />
|
||||
<a
|
||||
href="https://github.com/Suwings/MCSManager-Document/wiki/%E5%AE%88%E6%8A%A4%E8%BF%9B%E7%A8%8B%E5%AF%86%E9%92%A5%E6%9C%89%E4%BD%95%E4%BD%9C%E7%94%A8%EF%BC%9F"
|
||||
class="color-blue"
|
||||
>
|
||||
如何获取密钥?
|
||||
</a>
|
||||
<a href="https://docs.mcsmanager.com/" class="color-blue"> 如何获取密钥? </a>
|
||||
</div>
|
||||
</div>
|
||||
<el-input
|
||||
|
@ -301,7 +301,7 @@
|
||||
软件根据
|
||||
<a
|
||||
target="black"
|
||||
href="https://github.com/Suwings/MCSManager-Daemon/blob/master/LICENSE"
|
||||
href="https://github.com/MCSManager/MCSManager-Daemon/blob/master/LICENSE"
|
||||
>GPL-3.0</a
|
||||
>
|
||||
开源软件协议发行
|
||||
|
Loading…
Reference in New Issue
Block a user