first commit

This commit is contained in:
2026-06-26 16:34:27 +08:00
commit 45ae1670c6
135 changed files with 10502 additions and 0 deletions

10
prettierrc.json Normal file
View File

@@ -0,0 +1,10 @@
{
"semi": true,
"singleQuote": true,
"quoteProps": "as-needed",
"bracketSpacing": true,
"arrowParens": "always",
"trailingComma": "all",
"tabWidth": 2,
"jsxBracketSameLine": true
}