Skip to content

Commit

Permalink
Merge pull request #436 from Yleiting/privatization
Browse files Browse the repository at this point in the history
更新私有化文档
  • Loading branch information
shanjingheng authored Sep 22, 2023
2 parents 7d22a69 + 69c1c60 commit d3d3f4c
Show file tree
Hide file tree
Showing 257 changed files with 4,540 additions and 915 deletions.
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

0 comments on commit d3d3f4c

Please sign in to comment.