Merge branch 'main' into main

This commit is contained in:
hhhkkk520
2022-05-18 05:13:36 +02:00
committed by GitHub
4 changed files with 4 additions and 16 deletions
+1
View File
@@ -92,6 +92,7 @@ function getGuideSidebarZhCN() {
{ text: '如何反向代理 gRPC 端口', link: '/guide/q3' },
{ text: '实时通道断开/在线终端连接失败', link: '/guide/q4' },
{ text: '如何进行数据迁移、备份恢复?', link: '/guide/q5' }
]
}
]
-2
View File
@@ -1,2 +0,0 @@
import DarkTheme from 'vitepress-dark-theme'
export default { ...DarkTheme }
+1 -11
View File
@@ -9,8 +9,7 @@
"version": "1.0.0",
"license": "ISC",
"devDependencies": {
"vitepress": "^0.22.4",
"vitepress-dark-theme": "github:nezhahq/vitepress-dark-theme"
"vitepress": "^0.22.4"
}
},
"node_modules/@algolia/autocomplete-core": {
@@ -1077,15 +1076,6 @@
"node": ">=14.0.0"
}
},
"node_modules/vitepress-dark-theme": {
"version": "0.1.7",
"resolved": "git+ssh://[email protected]/nezhahq/vitepress-dark-theme.git#52550f5807214d139b7219a72b66b0bd9031b078",
"dev": true,
"license": "MIT",
"peerDependencies": {
"vitepress": "^0.22.4"
}
},
"node_modules/vue": {
"version": "3.2.33",
"resolved": "https://registry.npmjs.org/vue/-/vue-3.2.33.tgz",
+2 -3
View File
@@ -21,7 +21,6 @@
},
"homepage": "https://github.com/nezhahq/nezhahq.github.io#readme",
"devDependencies": {
"vitepress": "^0.22.4",
"vitepress-dark-theme": "github:nezhahq/vitepress-dark-theme"
"vitepress": "^0.22.4"
}
}
}