first commit

This commit is contained in:
Ivan Li
2021-01-31 11:15:21 +08:00
commit a77e22edd0
16 changed files with 8233 additions and 0 deletions

4
.prettierrc Normal file
View File

@@ -0,0 +1,4 @@
{
"singleQuote": true,
"trailingComma": "all"
}