Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 19 additions & 2 deletions docs/.vuepress/components/PlatformSwitch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@ const PLATFORM_ICON_MAP = {
icon : '/icon-platform.svg',
activeIcon: '/icon-platform-hover.svg',
},
electron: {
icon : '/icon-Electron.svg',
activeIcon: '/icon-Electron-hover.svg',
},
linux: {
icon : '/icon-linux.svg',
activeIcon: '/icon-linux-hover.svg',
},
}

const platform = ref('android')
Expand Down Expand Up @@ -84,7 +92,7 @@ const options = [
options: [
{
value: 'privatization',
label: '服务部署',
label: '环境准备',
},
],
},
Expand Down Expand Up @@ -122,11 +130,20 @@ const options = [
{
value: 'applet',
label: '小程序',

},
{
value: 'electron',
label: 'Electron',
},
{
value: 'linux',
label: 'Linux',
},
{
value: 'server-side',
label: 'Rest Api',
}
},
],
},
]
Expand Down
1 change: 1 addition & 0 deletions docs/.vuepress/public/icon-linux-hover.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading