lejianwen месяцев назад: 5
Родитель
Сommit
faee954f6d
2 измененных файлов с 22 добавлено и 1 удалено
  1. 12 1
      README.md
  2. 10 0
      README_EN.md

+ 12 - 1
README.md

@@ -2,7 +2,8 @@
2
 
2
 
3
 [English Doc](README_EN.md)
3
 [English Doc](README_EN.md)
4
 
4
 
5
-本项目使用 Go 实现了 RustDesk 的 API,并包含了 Web Admin 和 Web 客户端。RustDesk 是一个远程桌面软件,提供了自托管的解决方案。
5
+本项目使用 Go 实现了 RustDesk 的 API,并包含了 Web Admin 和 Web 客户端。
6
+
6
 
7
 
7
 <div align=center>
8
 <div align=center>
8
 <img src="https://img.shields.io/badge/golang-1.22-blue"/>
9
 <img src="https://img.shields.io/badge/golang-1.22-blue"/>
@@ -13,6 +14,14 @@
13
 <img src="https://github.com/lejianwen/rustdesk-api/actions/workflows/build.yml/badge.svg"/>
14
 <img src="https://github.com/lejianwen/rustdesk-api/actions/workflows/build.yml/badge.svg"/>
14
 </div>
15
 </div>
15
 
16
 
17
+## 搭配[lejianwen/rustdesk-server]使用更佳。
18
+> [lejianwen/rustdesk-server]fork自RustDesk Server官方仓库
19
+> 1. 解决了使用API链接超时问题
20
+> 2. 可以强制登录后才能发起链接
21
+> 3. 支持客户端websocket
22
+
23
+
24
+
16
 # 特性
25
 # 特性
17
 
26
 
18
 - PC端API
27
 - PC端API
@@ -325,3 +334,5 @@
325
 </a>
334
 </a>
326
 
335
 
327
 ## 感谢你的支持!如果这个项目对你有帮助,请点个⭐️鼓励一下,谢谢!
336
 ## 感谢你的支持!如果这个项目对你有帮助,请点个⭐️鼓励一下,谢谢!
337
+
338
+[lejianwen/rustdesk-server]: https://github.com/lejianwen/rustdesk-server

+ 10 - 0
README_EN.md

@@ -12,6 +12,13 @@ desktop software that provides self-hosted solutions.
12
 <img src="https://github.com/lejianwen/rustdesk-api/actions/workflows/build.yml/badge.svg"/>
12
 <img src="https://github.com/lejianwen/rustdesk-api/actions/workflows/build.yml/badge.svg"/>
13
 </div>
13
 </div>
14
 
14
 
15
+## Better used with [lejianwen/rustdesk-server].
16
+> [lejianwen/rustdesk-server] is a fork of the official RustDesk Server repository.
17
+> 1. Solves the API connection timeout issue.
18
+> 2. Can enforce login before initiating a connection.
19
+> 3. Supports client websocket.
20
+
21
+
15
 # Features
22
 # Features
16
 
23
 
17
 - PC API
24
 - PC API
@@ -325,3 +332,6 @@ Thanks to everyone who contributed!
325
 </a>
332
 </a>
326
 
333
 
327
 ## Thanks for your support! If you find this project useful, please give it a ⭐️. Thank you!
334
 ## Thanks for your support! If you find this project useful, please give it a ⭐️. Thank you!
335
+
336
+
337
+[lejianwen/rustdesk-server]: https://github.com/lejianwen/rustdesk-server