build(init):项目结构初始建立。

This commit is contained in:
徐涛
2025-05-16 09:55:03 +08:00
commit 0fe0d53d24
53 changed files with 2026 additions and 0 deletions

13
.prettierrc Normal file
View File

@@ -0,0 +1,13 @@
{
"bracketSpacing": true,
"bracketSameLine": true,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"jsxSingleQuote": false,
"trailingComma": "all",
"arrowParens": "always",
"printWidth": 100,
"plugins": ["prettier-plugin-tailwindcss"]
}