Browse Source

up README_EN.md

ljw 1 year ago
parent
commit
7ae976ee5d

+ 9 - 9
README_EN.md

@@ -65,15 +65,15 @@ desktop software that provides self-hosted solutions.
65
   configuration section for details.
65
   configuration section for details.
66
 - Added authorization login for the web admin panel.
66
 - Added authorization login for the web admin panel.
67
 
67
 
68
-![pc_login](docs/pc_login.png)
68
+![pc_login](docs/en_img/pc_login.png)
69
 
69
 
70
 #### Address Book
70
 #### Address Book
71
 
71
 
72
-![pc_ab](docs/pc_ab.png)
72
+![pc_ab](docs/en_img/pc_ab.png)
73
 
73
 
74
 #### Groups: 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.
74
 #### Groups: 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.
75
 
75
 
76
-![pc_gr](docs/pc_gr.png)
76
+![pc_gr](docs/en_img/pc_gr.png)
77
 
77
 
78
 ### Web Admin
78
 ### Web Admin
79
 
79
 
@@ -84,19 +84,19 @@ displaying data.Frontend code is available at [rustdesk-api-web](https://github.
84
 installation are `admin` `admin`, please change the password immediately.***
84
 installation are `admin` `admin`, please change the password immediately.***
85
 
85
 
86
 1. Admin interface:
86
 1. Admin interface:
87
-   ![web_admin](docs/web_admin.png)
87
+   ![web_admin](docs/en_img/web_admin.png)
88
 2. Regular user interface:
88
 2. Regular user interface:
89
-   ![web_user](docs/web_admin_user.png)
89
+   ![web_user](docs/en_img/web_admin_user.png)
90
    You can change your password from the top right corner:
90
    You can change your password from the top right corner:
91
-   ![web_resetpwd](docs/web_resetpwd.png)
91
+   ![web_resetpwd](docs/en_img/web_resetpwd.png)
92
 3. Groups can be customized for easy management. Currently, two types are supported: `shared group` and `regular group`.
92
 3. Groups can be customized for easy management. Currently, two types are supported: `shared group` and `regular group`.
93
-   ![web_admin_gr](docs/web_admin_gr.png)
93
+   ![web_admin_gr](docs/en_img/web_admin_gr.png)
94
 4. You can open the web client directly for convenience:
94
 4. You can open the web client directly for convenience:
95
-   ![web_webclient](docs/admin_webclient.png)
95
+   ![web_webclient](docs/en_img/admin_webclient.png)
96
 5. OAuth support: Currently, `GitHub` and `Google`  is supported. You need to create an `OAuth App` and configure it in
96
 5. OAuth support: Currently, `GitHub` and `Google`  is supported. You need to create an `OAuth App` and configure it in
97
    the admin
97
    the admin
98
    panel.
98
    panel.
99
-   ![web_admin_oauth](docs/web_admin_oauth.png)
99
+   ![web_admin_oauth](docs/en_img/web_admin_oauth.png)
100
     - Create a `GitHub OAuth App`
100
     - Create a `GitHub OAuth App`
101
       at `Settings` -> `Developer settings` -> `OAuth Apps` -> `New OAuth App` [here](https://github.com/settings/developers).
101
       at `Settings` -> `Developer settings` -> `OAuth Apps` -> `New OAuth App` [here](https://github.com/settings/developers).
102
     - Set the `Authorization callback URL` to `http://<your server[:port]>/api/oauth/callback`,
102
     - Set the `Authorization callback URL` to `http://<your server[:port]>/api/oauth/callback`,

BIN
docs/en_img/admin_webclient.png


BIN
docs/en_img/pc_ab.png


BIN
docs/en_img/pc_gr.png


BIN
docs/en_img/pc_login.png


BIN
docs/en_img/web_admin.png


BIN
docs/en_img/web_admin_gr.png


BIN
docs/en_img/web_admin_oauth.png


BIN
docs/en_img/web_admin_user.png


BIN
docs/en_img/web_resetpwd.png


BIN
docs/web_resetpwd.png