mirror of
https://github.com/142vip/408CSFamily.git
synced 2026-05-12 11:07:24 +08:00
feat: 修改侧边栏结构,优化镜像构建脚本
- 新增docker快速打包脚本 - 主题内容优化
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
"scripts": {
|
||||
"dev": "vuepress dev docs",
|
||||
"build": "vuepress build docs",
|
||||
"build-image": "bash scripts/build_image.sh $npm_package_version",
|
||||
"image": "bash scripts/build_image.sh $npm_package_version",
|
||||
"faster-image": "bash scripts/build_image.sh $npm_package_version faster",
|
||||
"ali": "bash scripts/deploy.sh ali $npm_package_version",
|
||||
"github": "bash scripts/page_deploy.sh",
|
||||
"clean": "find . -name \"node_modules\" -type d -exec rm -rf '{}' +"
|
||||
@@ -17,11 +18,11 @@
|
||||
"url": "https://github.com/142vip"
|
||||
},
|
||||
"devDependencies": {
|
||||
"vue": "^3.2.45",
|
||||
"@vuepress/client": "2.0.0-beta.60",
|
||||
"vue": "^3.2.47",
|
||||
"vuepress": "2.0.0-beta.60",
|
||||
"vuepress-plugin-search-pro": "^2.0.0-beta.172",
|
||||
"vuepress-theme-hope": "^2.0.0-beta.171",
|
||||
"@vuepress/client": "2.0.0-beta.60"
|
||||
"vuepress-theme-hope": "^2.0.0-beta.172"
|
||||
},
|
||||
"license": "MIT"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user