Browse Source

feat!: Removed webclient2 because of DMCA

lejianwen 4 months ago
parent
commit
04789e08d5
2 changed files with 5 additions and 6 deletions
  1. 3 3
      README.md
  2. 2 3
      README_EN.md

+ 3 - 3
README.md

@@ -127,9 +127,9 @@
127 127
 2. 如果没登录后台,点击右上角登录即可,api server已经自动配置好了
128 128
 3. 登录后,会自动同步ID服务器和KEY
129 129
 4. 登录后,会将地址簿自动保存到web client中,方便使用
130
-5. 现已支持`v2 Preview`,访问路径是`/webclient2`
131
-   ![webclientv2](./docs/webclientv2.png)
132
-6. `v2 preview` 部署,参考[WIKI](https://github.com/lejianwen/rustdesk-api/wiki)
130
+5. ~~现已支持`v2 Preview`,访问路径是`/webclient2`~~
131
+6. ~~`v2 preview` 部署,参考[WIKI](https://github.com/lejianwen/rustdesk-api/wiki)~~
132
+
133 133
 
134 134
 
135 135
 ### 自动化文档: 使用 Swag 生成 API 文档,方便开发者理解和使用 API。

+ 2 - 3
README_EN.md

@@ -125,9 +125,8 @@ displaying data.Frontend code is available at [rustdesk-api-web](https://github.
125 125
    pre-configured.
126 126
 3. After logging in, the ID server and key will be automatically synced.
127 127
 4. The address book will also be automatically saved to the web client for convenient use.
128
-5. Now supports `v2 Preview`, accessible at `/webclient2`
129
-   ![webclientv2](./docs/webclientv2.png)
130
-6. `v2 preview` deployment, [WIKI](https://github.com/lejianwen/rustdesk-api/wiki)
128
+5. ~~Now supports `v2 Preview`, accessible at `/webclient2`~~
129
+6. ~~`v2 preview` deployment, [WIKI](https://github.com/lejianwen/rustdesk-api/wiki)~~
131 130
 
132 131
 ### Automated Documentation : API documentation is generated using Swag, making it easier for developers to understand and use the API.
133 132