Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Commit 560202c

Browse files
committed
删除 重定向前的链接地址
1 parent 97ce53d commit 560202c

File tree

6 files changed

+18
-25
lines changed

6 files changed

+18
-25
lines changed

README.md

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
77
* @FilePath: \MCSManager-UI\README.md
88
-->
9+
910
```
1011
______ _______________________ ___
1112
___ |/ /_ ____/_ ___/__ |/ /_____ _____________ _______ _____________
@@ -17,47 +18,43 @@ _ / / / / /___ ____/ /_ / / / / /_/ /_ / / / /_/ /_ /_/ // __/ /
1718

1819
[![Status](https://img.shields.io/badge/npm-v8.1.0-blue.svg)](https://www.npmjs.com/)
1920
[![Status](https://img.shields.io/badge/node-v14.17.6-blue.svg)](https://nodejs.org/en/download/)
20-
[![Status](https://img.shields.io/badge/License-GPL-red.svg)](https://github.com/Suwings/MCSManager)
21-
21+
[![Status](https://img.shields.io/badge/License-GPL-red.svg)](https://github.com/MCSManager)
2222

2323
适用于 MCSManager 未来版本的 Web 界面项目。
2424

25-
2625
[官方网站](http://mcsm.suwings.top/) | 当前正在开发中
2726

2827
<br />
2928

30-
相关项目
31-
-----------
32-
[MCSManager 守护进程项目](https://github.com/Suwings/MCSManager-Daemon)
33-
[MCSManager 前端项目](https://github.com/Suwings/MCSManager-UI)
34-
[MCSManager 8.X 版本主项目](https://github.com/Suwings/MCSManager)
29+
## 相关项目
30+
31+
[MCSManager 守护进程项目](https://github.com/MCSManager/MCSManager-Daemon)
32+
[MCSManager 前端项目](https://github.com/MCSManager/MCSManager-UI)
33+
[MCSManager 8.X 版本主项目](https://github.com/MCSManager/MCSManager)
3534

3635
<br />
3736

38-
MCSManager 简介
39-
-----------
37+
## MCSManager 简介
38+
4039
这是一款可以管理多个 Minecraft 服务端(支持群组端)的 Web 管理面板,并且可以分配多个子账号来分别管理不同的 Minecraft 服务端,支持绝大部分主流的服务端,甚至是其他非 Minecraft 的程序。
4140

4241
控制面板可运行在 Windows 与 Linux 平台,无需数据库与任何系统配置,只需安装 node 环境即可快速运行,属于轻量级的 Minecraft 服务端控制面板。
4342

44-
4543
<br />
4644

45+
## 搭建开发环境
4746

48-
搭建开发环境
49-
-----------
5047
```
51-
git clone https://github.com/Suwings/MCSManager-UI.git
48+
git clone https://github.com/MCSManager/MCSManager-UI.git
5249
cd MCSManager-UI
5350
npm install
5451
npm run serve
5552
```
5653

5754
<br />
5855

59-
开源协议
60-
-----------
56+
## 开源协议
57+
6158
本项目为 MCSManager 软件的前端界面设计,遵循 GPL License。
6259

6360
在公开完整源代码的情况下,准许自定义界面,二次开发,商业使用和主题开发等。

src/app/service/socket.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ export function connectRemoteService(
6969
console.log("[WS->Daemon/stream/auth] Websocket 身份验证成功");
7070
connectCallback();
7171
} else {
72+
console.log("身份认证错误:", data);
7273
ElNotification({
7374
title: "无法与终端建立连接",
7475
message: `<span style="font-size: 12px;">身份验证(stream/auth)失败,可能是守护进程导致,请刷新页面重试。</span>`,

src/app/views/Container.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export default {
101101
selectLink(type) {
102102
if (type === 1) {
103103
window.open(
104-
"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"
104+
"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"
105105
);
106106
}
107107
if (type === 2) {

src/app/views/Home.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
</el-col>
9090
<el-col :span="6">
9191
<div class="manual-link-block-wrapper">
92-
<a class="manual-link-block" href="https://github.com/Suwings/MCSManager/wiki"
92+
<a class="manual-link-block" href="https://github.com/MCSManager/MCSManager/wiki"
9393
><i class="el-icon-link"></i> 维基百科</a
9494
>
9595
</div>

src/app/views/Services.vue

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -176,12 +176,7 @@
176176
<div class="sub-title-info">
177177
在守护进程启动时控制台上会输出显示,务必确保密钥安全
178178
<br />
179-
<a
180-
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"
181-
class="color-blue"
182-
>
183-
如何获取密钥?
184-
</a>
179+
<a href="https://docs.mcsmanager.com/" class="color-blue"> 如何获取密钥? </a>
185180
</div>
186181
</div>
187182
<el-input

src/app/views/Settings.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@
301301
软件根据
302302
<a
303303
target="black"
304-
href="https://github.com/Suwings/MCSManager-Daemon/blob/master/LICENSE"
304+
href="https://github.com/MCSManager/MCSManager-Daemon/blob/master/LICENSE"
305305
>GPL-3.0</a
306306
>
307307
开源软件协议发行

0 commit comments

Comments
 (0)