feat(docs): zh-Hans for docs

This commit is contained in:
Neko Ayaka
2025-07-15 15:53:43 +08:00
parent e2adbafa97
commit cb0d767af2
151 changed files with 1383 additions and 208 deletions
+1 -2
View File
@@ -1,5 +1,4 @@
{
// This tsconfig is for development. Allowing *.story.vue, and __test__/*.vue to have types support
"extends": "@vue/tsconfig/tsconfig.dom.json",
"compilerOptions": {
"target": "esnext",
@@ -10,7 +9,7 @@
],
"baseUrl": ".",
"module": "esnext",
"moduleResolution": "node",
"moduleResolution": "bundler",
"paths": {
"@/*": ["./src/*"]
},