docs: 使用vuepress重新构建文档

This commit is contained in:
2024-03-27 23:42:50 +08:00
parent 630b6dc0ce
commit 7baaaebef8
94 changed files with 4 additions and 4873 deletions

View File

@ -1,14 +0,0 @@
{
"compilerOptions": {
"module": "NodeNext",
"moduleResolution": "NodeNext",
"target": "ES2022"
},
"include": [
"src/.vuepress/**/*.ts",
"src/.vuepress/**/*.vue"
],
"exclude": [
"node_modules"
]
}