build: 更新文档主题库 (#11627)

* build: 更新网站依赖

* build:更新vphope版本

* build: 怎么忘记加这个了

* fix: 修复构建错误

* chore: fix Vite CJS Node API deprecated warning

* chore: log

* perf: turbo 添加文档 cache

* perf: 注释掉新版不读取的切换语言公告内容

但公告这个属性得留着 不留着就没有切换语言的弹窗了

* fix: 修复字体问题

* build: update package version

* docs: remove root locale

* docs: add author

* ci: update node version

* build: turbo一直叫我更新,于是我更新了

* docs: update package

* docs: 再见吧牛牛今晚我就要远航

* docs: fix root locale problem

* docs: remove unused command

* feat: 牛兮归来!

* build: update turbo

* chore: 语言提醒怎么又没了 加回来

---------

Co-authored-by: SherkeyXD <57581480+SherkeyXD@users.noreply.github.com>
This commit is contained in:
Rbqwow
2025-04-09 21:09:31 +08:00
committed by GitHub
parent b3d2efaa6f
commit abdca491e8
8 changed files with 209 additions and 127 deletions

View File

@@ -9,19 +9,18 @@
"license": "AGPL-3.0",
"private": true,
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.14",
"@vuepress/plugin-docsearch": "2.0.0-rc.40",
"@vuepress/plugin-google-analytics": "2.0.0-rc.37",
"@vuepress/plugin-shiki": "^2.0.0-rc.40",
"@vuepress/bundler-vite": "^2.0.0-rc.20",
"@vuepress/plugin-docsearch": "^2.0.0-rc.80",
"@vuepress/plugin-google-analytics": "^2.0.0-rc.80",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.0.1",
"vue": "^3.4.33",
"vuepress": "2.0.0-rc.14",
"vuepress-theme-hope": "2.0.0-rc.52"
"markdown-it-anchor": "^9.2.0",
"sass-embedded": "^1.86.3",
"vue": "^3.5.13",
"vuepress": "^2.0.0-rc.20",
"vuepress-theme-hope": "^2.0.0-rc.78"
},
"scripts": {
"dev": "vuepress dev .",
"dev:docs": "vuepress dev .",
"build": "vuepress build .",
"clean": "vuepress dev . --clean-cache"
}