Merge branch 'main' into main

This commit is contained in:
hhhkkk520 2022-05-18 05:13:36 +02:00 committed by GitHub
commit d0b7628fa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 16 deletions

View File

@ -92,6 +92,7 @@ function getGuideSidebarZhCN() {
{ text: '如何反向代理 gRPC 端口', link: '/guide/q3' },
{ text: '实时通道断开/在线终端连接失败', link: '/guide/q4' },
{ text: '如何进行数据迁移、备份恢复?', link: '/guide/q5' }
]
}
]

View File

@ -1,2 +0,0 @@
import DarkTheme from 'vitepress-dark-theme'
export default { ...DarkTheme }

12
package-lock.json generated
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://git@github.com/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",

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"
}
}
}