up README_EN.md

This commit is contained in:
ljw
2024-09-19 12:05:53 +08:00
parent 03bd34cadd
commit 2ed2884118
+2 -7
View File
@@ -50,10 +50,7 @@ desktop software that provides self-hosted solutions.
![pc_gr](docs/pc_gr.png) ![pc_gr](docs/pc_gr.png)
### **Web UI ### **Web UI**: The frontend and backend are separated to provide a user-friendly management interface, primarily for managing and displaying data.
**: The frontend and backend are separated to provide a user-friendly management interface, primarily for managing and
displaying data.
***Frontend code is available at [rustdesk-api-web](https://github.com/lejianwen/rustdesk-api-web)*** ***Frontend code is available at [rustdesk-api-web](https://github.com/lejianwen/rustdesk-api-web)***
@@ -87,9 +84,7 @@ installation are `admin` `admin`, please change the password immediately.***
3. After logging in, the ID server and key will be automatically synced. 3. After logging in, the ID server and key will be automatically synced.
4. The address book will also be automatically saved to the web client for convenient use. 4. The address book will also be automatically saved to the web client for convenient use.
### **Automated Documentation ### **Automated Documentation** : API documentation is generated using Swag, making it easier for developers to understand and use the API.
**: API documentation is generated using Swag, making it easier for developers to understand and use the API.
1. Admin panel docs: `<your server>/admin/swagger/index.html` 1. Admin panel docs: `<your server>/admin/swagger/index.html`
2. PC client docs: `<your server>/swagger/index.html` 2. PC client docs: `<your server>/swagger/index.html`