优化:使用新增的 code-group 组件优化部分文章内容显示(将 VitePress 版本升级为 v1.0.0-alpha.32)
This commit is contained in:
16
package.json
16
package.json
@@ -6,22 +6,22 @@
|
||||
"build": "node collect-article-data.mjs && vitepress build docs"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@arco-design/web-vue": "^2.38.3",
|
||||
"@arco-design/web-vue": "^2.40.0",
|
||||
"flexsearch": "^0.7.31",
|
||||
"markdown-it": "^13.0.1",
|
||||
"mermaid": "9.1.7",
|
||||
"unplugin-vue-components": "^0.22.9",
|
||||
"vite": "^3.2.3",
|
||||
"vitepress": "1.0.0-alpha.30",
|
||||
"unplugin-vue-components": "^0.22.11",
|
||||
"vite": "^4.0.0",
|
||||
"vitepress": "1.0.0-alpha.32",
|
||||
"vitepress-plugin-mermaid": "^2.0.8",
|
||||
"vitepress-plugin-search": "1.0.4-alpha.15",
|
||||
"vitepress-plugin-search": "1.0.4-alpha.16",
|
||||
"vue": "^3.2.45"
|
||||
},
|
||||
"dependencies": {
|
||||
"@antv/g2plot": "^2.4.22",
|
||||
"axios": "^1.2.0",
|
||||
"@antv/g2plot": "^2.4.23",
|
||||
"axios": "^1.2.1",
|
||||
"blueimp-md5": "^2.19.0",
|
||||
"dayjs": "^1.11.6",
|
||||
"dayjs": "^1.11.7",
|
||||
"fast-glob": "^3.2.12",
|
||||
"gitalk": "^1.8.0",
|
||||
"gray-matter": "^4.0.3",
|
||||
|
Reference in New Issue
Block a user