|
|
@@ -50,10 +50,7 @@ desktop software that provides self-hosted solutions.
|
|
50
|
50
|
|
|
51
|
51
|

|
|
52
|
52
|
|
|
53
|
|
-### **Web UI
|
|
54
|
|
-
|
|
55
|
|
-**: The frontend and backend are separated to provide a user-friendly management interface, primarily for managing and
|
|
56
|
|
-displaying data.
|
|
|
53
|
+### **Web UI**: The frontend and backend are separated to provide a user-friendly management interface, primarily for managing and displaying data.
|
|
57
|
54
|
|
|
58
|
55
|
***Frontend code is available at [rustdesk-api-web](https://github.com/lejianwen/rustdesk-api-web)***
|
|
59
|
56
|
|
|
|
@@ -87,9 +84,7 @@ installation are `admin` `admin`, please change the password immediately.***
|
|
87
|
84
|
3. After logging in, the ID server and key will be automatically synced.
|
|
88
|
85
|
4. The address book will also be automatically saved to the web client for convenient use.
|
|
89
|
86
|
|
|
90
|
|
-### **Automated Documentation
|
|
91
|
|
-
|
|
92
|
|
-**: API documentation is generated using Swag, making it easier for developers to understand and use the API.
|
|
|
87
|
+### **Automated Documentation** : API documentation is generated using Swag, making it easier for developers to understand and use the API.
|
|
93
|
88
|
|
|
94
|
89
|
1. Admin panel docs: `<your server>/admin/swagger/index.html`
|
|
95
|
90
|
2. PC client docs: `<your server>/swagger/index.html`
|