first commit

This commit is contained in:
2025-04-17 00:03:17 +08:00
commit 349a4538b1
19 changed files with 4730 additions and 0 deletions

9
.prettierrc Normal file
View File

@@ -0,0 +1,9 @@
{
"semi": false,
"singleQuote": true,
"printWidth": 100,
"trailingComma": "es5",
"tabWidth": 2,
"useTabs": false,
"endOfLine": "auto"
}