Skip to content

Commit 02c44ed

Browse files
authored
Merge pull request #1081 from haoxiuwen/uniapp
Add Uniapp UIKit
2 parents 037160c + aed8ab6 commit 02c44ed

26 files changed

+1052
-124
lines changed

docs/.vuepress/components/UIKitSwitch.vue

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ const PLATFORM_ICON_MAP = {
3131
icon: "/icon-unity.svg",
3232
activeIcon: "/icon-unity-hover.svg",
3333
},
34+
uniapp: {
35+
icon: "/icon-uni-app.svg",
36+
activeIcon: "/icon-uni-app.svg",
37+
},
3438
applet: {
3539
icon: "/icon-mini-program.svg",
3640
activeIcon: "/icon-mini-program-hover.svg",
@@ -70,6 +74,10 @@ const options = [
7074
value: "flutter",
7175
label: "Flutter",
7276
},
77+
{
78+
value: "uniapp",
79+
label: "Uniapp",
80+
},
7381
],
7482
},
7583
];

docs/.vuepress/navbar/index.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,11 @@ export const zhNavbar = navbar([
118118
icon: '/icon-web.svg',
119119
link: '/uikit/chatuikit/web/chatuikit_overview.html'
120120
},
121+
{
122+
text: 'Uniapp',
123+
icon: '/icon-uni-app.svg',
124+
link: '/uikit/chatuikit/uniapp/chatuikit_overview.html'
125+
},
121126
{
122127
text: 'React Native',
123128
icon: '/icon-ReactNative.svg',
139 KB
Loading
158 KB
Loading
115 KB
Loading
109 KB
Loading
56.4 KB
Loading
70.4 KB
Loading
77.7 KB
Loading
142 KB
Loading

0 commit comments

Comments
 (0)