1
0
mirror of https://github.com/142vip/408CSFamily.git synced 2026-05-11 18:46:25 +08:00

refactor(docs):添加自动化脚本,打通发版流程

- 建立底稿文件,移动异常md文档
- 新增脚本,打通发版流程
- 优化docker镜像源
This commit is contained in:
喜欢芝士的妹妹
2022-06-22 00:46:19 +08:00
parent f5daee2ae3
commit 867b1cfb4c
210 changed files with 1661 additions and 40 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "test",
"name": "408CSFamily",
"version": "1.0.0",
"description": "",
"main": "index.js",
@@ -7,9 +7,11 @@
"dev": "vuepress dev docs",
"build": "vuepress build docs"
},
"author": "",
"license": "ISC",
"author": "Rong姐姐好可爱",
"license": "MIT",
"devDependencies": {
"vuepress": "^2.0.0-beta.39"
},
"dependencies": {
}
}