Skip to content

Commit d8a3aad

Browse files
author
haoxiuwen
committed
Modify Demo Doc
1 parent e1c9fb3 commit d8a3aad

File tree

2 files changed

+31
-25
lines changed

2 files changed

+31
-25
lines changed
27.5 KB
Loading

docs/product/demo.md

Lines changed: 31 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -25,29 +25,35 @@
2525
:xl="6"
2626
:lg="6"
2727
>
28-
<DemoCard title="Web (Vue 3)" icon="/sdk/vue.svg" actionText="跑通 Demo" actionLink="https://github.com/easemob/webim-vue-demo/tree/demo-vue3" >
28+
<DemoCard title="React" icon="/sdk/react.svg" actionText="跑通 Demo" actionLink="https://github.com/easemob/easemob-demo-react/tree/dev_4.0">
2929
<template #action>
3030
<button class="custom-button">
31-
<a href="https://webim-vue3.easemob.com/login">在线体验</a>
31+
<a href="https://webim-h5.easemob.com/login">在线体验</a>
3232
</button>
3333
</template>
34-
</DemoCard>
35-
</el-col><el-col
34+
</DemoCard>
35+
</el-col><el-col
3636
:span="12"
3737
:md="8"
3838
:xl="6"
3939
:lg="6"
4040
>
41-
<DemoCard icon="/sdk/applet.svg" title="微信小程序" qrcode="/images/applet/applet-demo.png" actionText="跑通 Demo" actionLink="https://github.com/easemob/webim-weixin-xcx" />
42-
</el-col>
43-
</el-row>
41+
<DemoCard title="Web (Vue 3)" icon="/sdk/vue.svg" actionText="跑通 Demo" actionLink="https://github.com/easemob/webim-vue-demo/tree/demo-vue3" >
42+
<template #action>
43+
<button class="custom-button">
44+
<a href="https://webim-vue3.easemob.com/login">在线体验</a>
45+
</button>
46+
</template>
47+
</DemoCard>
48+
</el-col></el-row>
4449

4550

4651
| 客户端 | 新 Demo | 旧 Demo |
4752
| :------------- | :----- | :----- |
48-
| Android | Kotlin Demo,v4.6.0 及以上 | <br/> - Java Demo,v4.5.0 及以下<br/> - 查看 [Demo 源码地址](https://github.com/easemob/chat-android),环信不再维护该 Demo 源码 |
49-
| iOS | Swift Demo,v4.6.0 及以上 | <br/> - Objective-C Demo,4.5.0 及以下。<br/> - 查看 [Demo 源码地址](https://github.com/easemob/easemob-demo-ios/tree/OCDemo),环信不再维护该 Demo 源码 |
50-
| Web | Vue 3 Demo | Vue 2 Demo<br/> -可查看 [Demo 源码地址](https://github.com/easemob/webim-vue-demo/tree/dev-4.0),环信不再维护该 Demo 源码|
53+
| Android | <br/> - Kotlin Demo,v4.6.0 及以上 <br/> - 查看 [Demo 源码地址](https://github.com/easemob/easemob-demo-android) | <br/> - Java Demo,v4.5.0 及以下<br/> - 查看 [Demo 源码地址](https://github.com/easemob/chat-android),环信不再维护该 Demo 源码 |
54+
| iOS | <br/> - Swift Demo,v4.6.0 及以上 <br/> - 查看 [Demo 源码地址](https://github.com/easemob/easemob-demo-ios) | <br/> - Objective-C Demo,4.5.0 及以下。<br/> - 查看 [Demo 源码地址](https://github.com/easemob/easemob-demo-ios/tree/OCDemo),环信不再维护该 Demo 源码 |
55+
| Web | <br/> - React Demo <br/> - 可查看 [Demo 源码地址](https://github.com/easemob/easemob-demo-react/tree/dev_4.0) | |
56+
| Web | <br/> - Vue 3 Demo <br/> - 可查看 [Demo 源码地址](https://github.com/easemob/webim-vue-demo/tree/demo-vue3) | Vue 2 Demo<br/> -可查看 [Demo 源码地址](https://github.com/easemob/webim-vue-demo/tree/dev-4.0),环信不再维护该 Demo 源码|
5157

5258
## Uni-app Demo
5359

@@ -78,6 +84,19 @@
7884
</el-col>
7985
</el-row>
8086

87+
## 微信小程序
88+
89+
<el-row gutter="12" :style="{ rowGap: '12px' }">
90+
<el-col
91+
:span="12"
92+
:md="8"
93+
:xl="6"
94+
:lg="6"
95+
>
96+
<DemoCard icon="/sdk/applet.svg" title="微信小程序" qrcode="/images/applet/applet-demo.png" actionText="跑通 Demo" actionLink="https://github.com/easemob/webim-weixin-xcx" />
97+
</el-col>
98+
</el-row>
99+
81100
## Flutter Demo
82101

83102
<el-row gutter="12" :style="{ rowGap: '12px' }">
@@ -99,7 +118,7 @@
99118
</el-col>
100119
</el-row>
101120

102-
## React Native/React Demo
121+
## React Native Demo
103122

104123
<el-row gutter="12" :style="{ rowGap: '12px' }">
105124
<el-col
@@ -116,18 +135,5 @@
116135
:lg="6"
117136
>
118137
<DemoCard icon="/sdk/iOS.svg" title="iOS" qrcode="/images/demo/rn_ios.png" actionText="跑通 Demo" actionLink="https://github.com/easemob/easemob-uikit-reactnative" />
119-
</el-col><el-col
120-
:span="12"
121-
:md="8"
122-
:xl="6"
123-
:lg="6"
124-
>
125-
<DemoCard title="React" icon="/sdk/react.svg" actionText="跑通 Demo" actionLink="https://github.com/easemob/easemob-demo-react/tree/dev_4.0">
126-
<template #action>
127-
<button class="custom-button">
128-
<a href="https://webim-h5.easemob.com/login">在线体验</a>
129-
</button>
130-
</template>
131-
</DemoCard>
132-
</el-col>
138+
</el-col>
133139
</el-row>

0 commit comments

Comments
 (0)