@@ -2,6 +2,76 @@ import { navbar } from 'vuepress-theme-hope'
22
33export const zhNavbar = navbar ( [
44 { text : '产品简介' , link : '/product/introduction.html' } ,
5+ {
6+ text : 'UIKit' ,
7+ children : [
8+ {
9+ text : '单群聊 UIKit' ,
10+ children : [
11+ {
12+ text : 'Android' ,
13+ icon : '/icon-Android.svg' ,
14+ link : '/uikit/chatuikit/android/chatuikit_overview.html'
15+ } ,
16+ {
17+ text : 'iOS' ,
18+ icon : '/icon-iOS.svg' ,
19+ link : '/uikit/chatuikit/ios/chatuikit_overview.html'
20+ } ,
21+ {
22+ text : 'Web' ,
23+ icon : '/icon-web.svg' ,
24+ link : '/uikit/chatuikit/web/chatuikit_overview.html'
25+ } ,
26+ {
27+ text : 'Uniapp' ,
28+ icon : '/icon-uni-app.svg' ,
29+ link : '/uikit/chatuikit/uniapp/chatuikit_overview.html'
30+ } ,
31+ {
32+ text : 'React Native' ,
33+ icon : '/icon-ReactNative.svg' ,
34+ link : '/uikit/chatuikit/react-native/chatuikit_overview.html'
35+ } ,
36+ {
37+ text : 'Flutter' ,
38+ icon : '/icon-flutter.svg' ,
39+ link : '/uikit/chatuikit/flutter/chatuikit_overview.html'
40+ }
41+ ]
42+ } ,
43+ {
44+ text : '聊天室 UIKit' ,
45+ children : [
46+ {
47+ text : 'Android' ,
48+ icon : '/icon-Android.svg' ,
49+ link : '/uikit/chatroomuikit/android/roomuikit_overview.html'
50+ } ,
51+ {
52+ text : 'iOS' ,
53+ icon : '/icon-iOS.svg' ,
54+ link : '/uikit/chatroomuikit/ios/roomuikit_overview.html'
55+ } ,
56+ {
57+ text : 'Web' ,
58+ icon : '/icon-web.svg' ,
59+ link : '/uikit/chatroomuikit/web/roomuikit_overview.html'
60+ } ,
61+ {
62+ text : 'React Native' ,
63+ icon : '/icon-ReactNative.svg' ,
64+ link : '/uikit/chatroomuikit/react-native/roomuikit_overview.html'
65+ } ,
66+ {
67+ text : 'Flutter' ,
68+ icon : '/icon-flutter.svg' ,
69+ link : '/uikit/chatroomuikit/flutter/roomuikit_overview.html'
70+ }
71+ ]
72+ }
73+ ]
74+ } ,
575 {
676 text : 'SDK/REST 集成' ,
777 children : [
@@ -97,76 +167,6 @@ export const zhNavbar = navbar([
97167 }
98168 ]
99169 } ,
100- {
101- text : 'UIKit' ,
102- children : [
103- {
104- text : '单群聊 UIKit' ,
105- children : [
106- {
107- text : 'Android' ,
108- icon : '/icon-Android.svg' ,
109- link : '/uikit/chatuikit/android/chatuikit_overview.html'
110- } ,
111- {
112- text : 'iOS' ,
113- icon : '/icon-iOS.svg' ,
114- link : '/uikit/chatuikit/ios/chatuikit_overview.html'
115- } ,
116- {
117- text : 'Web' ,
118- icon : '/icon-web.svg' ,
119- link : '/uikit/chatuikit/web/chatuikit_overview.html'
120- } ,
121- {
122- text : 'Uniapp' ,
123- icon : '/icon-uni-app.svg' ,
124- link : '/uikit/chatuikit/uniapp/chatuikit_overview.html'
125- } ,
126- {
127- text : 'React Native' ,
128- icon : '/icon-ReactNative.svg' ,
129- link : '/uikit/chatuikit/react-native/chatuikit_overview.html'
130- } ,
131- {
132- text : 'Flutter' ,
133- icon : '/icon-flutter.svg' ,
134- link : '/uikit/chatuikit/flutter/chatuikit_overview.html'
135- }
136- ]
137- } ,
138- {
139- text : '聊天室 UIKit' ,
140- children : [
141- {
142- text : 'Android' ,
143- icon : '/icon-Android.svg' ,
144- link : '/uikit/chatroomuikit/android/roomuikit_overview.html'
145- } ,
146- {
147- text : 'iOS' ,
148- icon : '/icon-iOS.svg' ,
149- link : '/uikit/chatroomuikit/ios/roomuikit_overview.html'
150- } ,
151- {
152- text : 'Web' ,
153- icon : '/icon-web.svg' ,
154- link : '/uikit/chatroomuikit/web/roomuikit_overview.html'
155- } ,
156- {
157- text : 'React Native' ,
158- icon : '/icon-ReactNative.svg' ,
159- link : '/uikit/chatroomuikit/react-native/roomuikit_overview.html'
160- } ,
161- {
162- text : 'Flutter' ,
163- icon : '/icon-flutter.svg' ,
164- link : '/uikit/chatroomuikit/flutter/roomuikit_overview.html'
165- }
166- ]
167- }
168- ]
169- } ,
170170 {
171171 text : 'API 参考' ,
172172 children : [
0 commit comments