Skip to content

Commit 2f8d5d0

Browse files
author
jeffcail
authored
Update README.md
1 parent 5edac29 commit 2f8d5d0

File tree

1 file changed

+16
-7
lines changed

1 file changed

+16
-7
lines changed

README.md

+16-7
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,31 @@
1-
### 简介
2-
go+echo+ssh+websocket+vue3 实现的web端通过ssh连接服务器
1+
# websshterminal
2+
> go+echo+ssh+websocket+vue3 实现的web端通过ssh连接服务器
33
4-
### web vue代码
4+
<a href="https://github.com/jeffcail/websshterminal/releases">
5+
<img src="https://img.shields.io/github/release/websshterminal/releases.svg" alt="GitHub release">
6+
</a>
7+
<a href="https://github.com/jeffcail/websshterminal/blob/master/LICENSE">
8+
<img src="https://img.shields.io/github/license/mashape/apistatus.svg" alt="license">
9+
</a>
10+
11+
12+
13+
## web vue代码
514
[websshterminal-vue](https://github.com/jeffcail/websshterminal-vue)
615

716

8-
### 运行
17+
## 运行
918
```shell
1019
go run main.go
1120
```
1221

13-
### 访问
22+
## 访问
1423
localhost:5555
1524

16-
### 效果展示
25+
## 效果展示
1726
添加服务器
1827
<img src="./add_node.png">
1928

2029

2130
模拟终端
22-
<img src="./ssh_terminal.png">
31+
<img src="./ssh_terminal.png">

0 commit comments

Comments
 (0)