Init project.

This commit is contained in:
2025-10-29 12:48:51 +08:00
commit 9ab89eefd9
47 changed files with 1408 additions and 0 deletions

5
.prettierrc Normal file
View File

@ -0,0 +1,5 @@
{
"singleQuote": true,
"printWidth": 100,
"arrowParens": "avoid"
}