更新官网.

This commit is contained in:
aoshiguchen
2024-12-07 15:23:19 +08:00
parent 98e9a9c663
commit 2936a934d2
+2 -2
View File
@@ -4,8 +4,8 @@
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs",
"buildAndDeploy": "vuepress build docs && bash deploy/deploy2.sh",
"deploy": "bash deploy/deploy2.sh",
"buildAndDeploy": "vuepress build docs && bash deploy/deploy1.sh",
"deploy": "bash deploy/deploy1.sh",
"updateTheme": "yarn remove vuepress-theme-vdoing && rm -rf node_modules && yarn && yarn add vuepress-theme-vdoing -D",
"editFm": "node utils/editFrontmatter.js"
},