初始化基础框架

This commit is contained in:
2026-01-14 09:53:37 +08:00
parent 2bc2a440db
commit 8deaa1a7e2
16 changed files with 1479 additions and 26 deletions

View File

@@ -2,5 +2,7 @@
"$schema": "https://json.schemastore.org/prettierrc",
"semi": false,
"singleQuote": true,
"printWidth": 100
}
"printWidth": 260,
"useTabs": true,
"tabWidth": 4
}