1
0
mirror of https://github.com/142vip/408CSFamily.git synced 2026-05-12 11:07:24 +08:00

feat: 修改侧边栏结构,优化镜像构建脚本

- 新增docker快速打包脚本
- 主题内容优化
This commit is contained in:
妹妹下雨回不去
2023-02-07 23:13:50 +08:00
parent 34f9eb419c
commit be28c0ff83
15 changed files with 390 additions and 529 deletions

View File

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