迁移 Vue-hope-theme 至 V2

This commit is contained in:
2024-02-12 17:05:24 +08:00
parent 9020e3268a
commit fb5c58ab8e
5 changed files with 1744 additions and 16190 deletions

View File

@@ -10,12 +10,12 @@
"docs:update-package": "npx vp-update"
},
"devDependencies": {
"@vuepress/client": "2.0.0-beta.66",
"vue": "^3.2.47",
"vuepress": "2.0.0-beta.66",
"vuepress-theme-hope": "2.0.0-beta.234"
"@vuepress/bundler-vite": "^2.0.0-rc.7",
"vue": "^3.4.18",
"vuepress": "2.0.0-rc.7",
"vuepress-theme-hope": "2.0.0-rc.23"
},
"volta": {
"node": "16.20.2"
"node": "20.11.0"
}
}