🎉 Initial New Design Project

This commit is contained in:
2024-03-12 21:26:00 +08:00
parent a2635a49f6
commit 920efd3021
45 changed files with 347 additions and 2108 deletions

View File

@@ -0,0 +1,8 @@
{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": false,
"tabWidth": 2,
"singleQuote": false,
"printWidth": 120,
"trailingComma": "all"
}