Skip to content

Commit 2d8aeb8

Browse files
committed
fix: remove oimws doc
1 parent 28735cc commit 2d8aeb8

File tree

6 files changed

+13
-135
lines changed

6 files changed

+13
-135
lines changed

docs/guides/gettingStarted/jssdk.mdx

Lines changed: 0 additions & 79 deletions
This file was deleted.

docs/guides/introduction/product.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,10 @@ OpenIM 是由两大核心组件构成的即时通讯解决方案:**OpenIM SDK*
5656
| Android | [open-im-sdk-android](https://github.com/openimsdk/open-im-sdk-android) | Android SDK | [open-im-android-demo](https://github.com/openimsdk/open-im-android-demo) | Android示例 |
5757
| Flutter | [open-im-sdk-flutter](https://github.com/openimsdk/open-im-sdk-flutter) | Flutter SDK | [open-im-flutter-demo](https://github.com/openimsdk/open-im-flutter-demo) | Flutter示例 |
5858
| uni-app | [open-im-sdk-uniapp](https://github.com/openimsdk/open-im-sdk-uniapp) | uni-app SDK | [open-im-uniapp-demo](https://github.com/openimsdk/open-im-uniapp-demo) | uni-app示例 |
59-
| JS SDK | [open-im-sdk-web-wasm](https://github.com/openimsdk/open-im-sdk-web-wasm) | JSSDK | [open-im-pc-web-demo](https://github.com/openimsdk/open-im-pc-web-demo) | PC web示例 |
59+
| JS SDK(小程序) | [@openim/client-sdk](https://www.npmjs.com/package/@openim/client-sdk) | JSSDK(不带存储,兼容小程序) | - | - |
60+
| JS SDK | [@openim/wasm-client-sdk](https://github.com/openimsdk/open-im-sdk-web-wasm) | JSSDK(wasm版本) | [open-im-pc-web-demo](https://github.com/openimsdk/open-im-pc-web-demo) | PC web示例 |
6061
| React Native | [open-im-sdk-reactnative](https://github.com/openimsdk/open-im-sdk-reactnative) | React Native SDK | [open-im-reactnative-demo](https://github.com/openimsdk/openim-reactnative-demo) | React Native示例 |
61-
| electron FFI| [openim-sdk-electron](https://github.com/openimsdk/openim-sdk-electron) | electron FFI SDK | [open-im-electron-ffi](https://github.com/openimsdk/openim-electron-demo/tree/feat-electron-ffi) | electron FFI 示例 |
62+
| electron FFI| [@openim/electron-client-sdk](https://github.com/openimsdk/openim-sdk-electron) | electron FFI SDK | [open-im-electron-ffi](https://github.com/openimsdk/openim-electron-demo/tree/feat-electron-ffi) | electron FFI 示例 |
6263
| .NET | [open-im-sdk-dotnet](https://github.com/openimsdk/open-im-sdk-dotnet) | .NET SDK | [open-im-dotnet-demo](https://github.com/openimsdk/open-im-dotnet-demo) | .NET 示例 |
6364
| Unity | [open-im-sdk-unity](https://github.com/openimsdk/open-im-sdk-unity) | Unity SDK | [open-im-unity-demo](https://github.com/openimsdk/open-im-unity-demo) | Unity示例 |
6465
| C/C++ | [open-im-sdk-cpp](https://github.com/openimsdk/openim-sdk-cpp) | C/C++ SDK | | |

docs/sdks/quickstart/miniProgram.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ sidebar_position: 7
66

77
## 集成步骤
88

9+
:::caution 注意
10+
11+
- 此版本 jssdk 需要配合新版 IM Server(3.8.2+)使用。
12+
- 此版本 jssdk 直接和 IM Server通信,本地不存储任何数据。
13+
- 此版本 jssdk 目前兼容微信小程序和 uniapp。
14+
15+
:::
16+
917
### 1. 添加依赖
1018

1119
```bash

docs/sdks/quickstart/uniapp.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ sidebar_position: 6
1313

1414
### 1. 服务端准备
1515

16-
- 如果使用到 [纯 JS 版本 SDK](docs/sdks/quickstart/miniProgram.mdx)服务端除了部署 `OpenIM Server` 还需要额外部署 [OIMWS](/guides/gettingStarted/jssdk)
16+
- 如果使用到 [纯 JS 版本 SDK](docs/sdks/quickstart/miniProgram.mdx)服务端(OpenIM Server)版本需要在 3.8.2 以上
1717

1818
### 2. 使用 Uni 开发多端 ( APP、H5、小程序 )
1919

i18n/en/docusaurus-plugin-content-docs-guides/current/gettingStarted/jssdk.mdx

Lines changed: 0 additions & 52 deletions
This file was deleted.

i18n/en/docusaurus-plugin-content-docs-sdks/current/quickstart/uniapp.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ We strongly recommend that you first run the framework-related examples we have
1313

1414
### 1. Server Preparation
1515

16-
- If you are using the [pure JS version SDK](/sdks/quickstart/miniProgram), besides deploying `OpenIM Server`, you also need to deploy [OIMWS](/guides/gettingStarted/jssdk).
16+
- If you are using the [pure JS version SDK](/sdks/quickstart/miniProgram), your server(OpenIM Server) version needs to be greater than 3.8.2.
1717

1818
### 2. Developing Cross-Platform Applications (APP, H5, Mini Programs) with Uni
1919

0 commit comments

Comments
 (0)