lejianwen 1 год назад
Родитель
Сommit
a72096b56d
2 измененных файлов с 45 добавлено и 32 удалено
  1. 29 16
      README.md
  2. 16 16
      README_EN.md

+ 29 - 16
README.md

@@ -49,21 +49,22 @@
49 49
 ### API 服务 
50 50
 基本实现了PC端基础的接口。支持Personal版本接口,可以通过配置文件`rustdesk.personal`或环境变量`RUSTDESK_API_RUSTDESK_PERSONAL`来控制是否启用
51 51
 
52
-#### 登录
53
-
54
-- 添加了`github`, `google` 以及`OIDC`授权登录,需要在后台配置好就可以用了,具体可看后台OAuth配置
55
-- 添加了web后台授权登录,点击后直接登录后台就自动登录客户端了
56
-
57
-![pc_login](docs/pc_login.png)
58
-
59
-#### 地址簿
60
-
61
-![pc_ab](docs/pc_ab.png)
62
-
63
-#### 群组
64
-群组分为`共享组`和`普通组`,共享组中所有人都能看到小组成员的设备,普通组只有管理员能看到所有小组成员的设备
65
-
66
-![pc_gr](docs/pc_gr.png)
52
+<table>
53
+    <tr>
54
+      <td width="50%" align="center" colspan="2"><b>登录</b></td>
55
+    </tr>
56
+    <tr>
57
+        <td width="50%" align="center" colspan="2"><img src="docs/pc_login.png"></td>
58
+    </tr>
59
+     <tr>
60
+      <td width="50%" align="center"><b>地址簿</b></td>
61
+      <td width="50%" align="center"><b>群组</b></td>
62
+    </tr>
63
+    <tr>
64
+        <td width="50%" align="center"><img src="docs/pc_ab.png"></td>
65
+        <td width="50%" align="center"><img src="docs/pc_gr.png"></td>
66
+    </tr>
67
+</table>
67 68
 
68 69
 ### Web Admin:
69 70
 
@@ -75,6 +76,7 @@
75 76
    ![web_admin](docs/web_admin.png)
76 77
 2. 普通用户界面
77 78
    ![web_user](docs/web_admin_user.png)
79
+
78 80
    右上角可以更改密码,可以切换语言,可以切换`白天/黑夜`模式
79 81
 
80 82
    ![web_resetpwd](docs/web_resetpwd.png)
@@ -330,4 +332,15 @@ jwt:
330 332
 - [WIKI](https://github.com/lejianwen/rustdesk-api/wiki)
331 333
 - [链接超时问题](https://github.com/lejianwen/rustdesk-api/issues/92)
332 334
 - [修改客户端ID](https://github.com/abdullah-erturk/RustDesk-ID-Changer)
333
-- [webclient来源](https://hub.docker.com/r/keyurbhole/flutter_web_desk)
335
+- [webclient来源](https://hub.docker.com/r/keyurbhole/flutter_web_desk)
336
+
337
+
338
+## 鸣谢
339
+
340
+感谢所有做过贡献的人!
341
+
342
+<a href="https://github.com/lejianwen/rustdesk-api/graphs/contributors">
343
+  <img src="https://contrib.rocks/image?repo=lejianwen/rustdesk-api" />
344
+</a>
345
+
346
+

+ 16 - 16
README_EN.md

@@ -47,22 +47,22 @@ desktop software that provides self-hosted solutions.
47 47
 ### API Service
48 48
 Basic implementation of the PC client's primary interfaces.Supports the Personal version api, which can be enabled by configuring the `rustdesk.personal` file or the `RUSTDESK_API_RUSTDESK_PERSONAL` environment variable.
49 49
 
50
-#### Login
51
-
52
-- Added `GitHub`, `Google` and `OIDC` login, which can be used after configuration in the admin panel. See the OAuth
53
-  configuration section for details.
54
-- Added authorization login for the web admin panel.
55
-
56
-![pc_login](docs/en_img/pc_login.png)
57
-
58
-#### Address Book
59
-
60
-![pc_ab](docs/en_img/pc_ab.png)
61
-
62
-#### Groups
63
-Groups are divided into `shared groups` and `regular groups`. In shared groups, everyone can see the peers of all group members, while in regular groups, only administrators can see all members' peers.
64
-
65
-![pc_gr](docs/en_img/pc_gr.png)
50
+<table>
51
+    <tr>
52
+      <td width="50%" align="center" colspan="2"><b>Login</b></td>
53
+    </tr>
54
+    <tr>
55
+        <td width="50%" align="center" colspan="2"><img src="docs/en_img/pc_login.png"></td>
56
+    </tr>
57
+     <tr>
58
+      <td width="50%" align="center"><b>Address Book</b></td>
59
+      <td width="50%" align="center"><b>Groups</b></td>
60
+    </tr>
61
+    <tr>
62
+        <td width="50%" align="center"><img src="docs/en_img/pc_ab.png"></td>
63
+        <td width="50%" align="center"><img src="docs/en_img/pc_gr.png"></td>
64
+    </tr>
65
+</table>
66 66
 
67 67
 ### Web Admin
68 68