This commit is contained in:
wtq
2025-11-14 10:10:24 +08:00
commit e1c0ebfdf2
350 changed files with 54480 additions and 0 deletions

5
.prettierrc.json Normal file
View File

@@ -0,0 +1,5 @@
{
"singleQuote": true,
"semi": false,
"trailingComma": "none"
}