Initial commit

This commit is contained in:
zyp
2026-05-22 16:13:20 +08:00
commit b3089a254e
1444 changed files with 372077 additions and 0 deletions

10
.prettierrc Normal file
View File

@@ -0,0 +1,10 @@
{
"useTabs": false,
"eslintIntegration": true,
"singleQuote": false,
"semi": false,
"trailingComma": "none",
"bracketSpacing": true,
"printWidth": 150,
"arrowParens": "always"
}