first commit

This commit is contained in:
2026-04-27 14:18:08 +08:00
commit 16b481e280
49 changed files with 6570 additions and 0 deletions

18
.prettierrc Normal file
View File

@@ -0,0 +1,18 @@
{
"printWidth": 120,
"tabWidth": 2,
"useTabs": true,
"semi": true,
"singleQuote": true,
"jsxSingleQuote": true,
"bracketSpacing": true,
"bracketSameLine": true,
"quoteProps": "as-needed",
"trailingComma": "all",
"singleAttributePerLine": false,
"rangeStart": 0,
"requirePragma": false,
"insertPragma": false,
"proseWrap": "preserve",
"endOfLine": "lf"
}