feat: 增加了shadcn和openapi

This commit is contained in:
2025-06-27 13:12:30 +08:00
parent 6650fd58f1
commit 3feab6a871
75 changed files with 3355 additions and 24 deletions

15
.prettierrc Normal file
View File

@@ -0,0 +1,15 @@
{
"semi": true,
"trailingComma": "es5",
"singleQuote": true,
"printWidth": 150,
"tabWidth": 2,
"useTabs": false,
"bracketSpacing": true,
"bracketSameLine": false,
"arrowParens": "avoid",
"endOfLine": "lf",
"quoteProps": "as-needed",
"jsxSingleQuote": true,
"proseWrap": "preserve"
}