mirror of
https://github.com/snowykami/mbcp.git
synced 2026-04-21 18:05:43 +00:00
📝 优化文档显示
This commit is contained in:
@@ -1,12 +1,16 @@
|
||||
{
|
||||
"devDependencies": {
|
||||
"vitepress": "^1.3.4",
|
||||
"vitepress-auto-sidebar-plugin": "^0.2.4"
|
||||
"vitepress-auto-sidebar-plugin": "^0.2.4",
|
||||
"vitepress-sidebar": "^1.25.0"
|
||||
},
|
||||
"scripts": {
|
||||
"docs:dev": "vitepress dev",
|
||||
"docs:build": "vitepress build",
|
||||
"docs:preview": "vitepress preview"
|
||||
},
|
||||
"type": "module"
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"markdown-it-mathjax3": "^4.3.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user