初版提交

This commit is contained in:
2025-10-28 14:57:45 +08:00
parent 33702b7438
commit 3de94a58af
70 changed files with 3066 additions and 0 deletions

15
.prettierrc Normal file
View File

@ -0,0 +1,15 @@
{
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 80,
"endOfLine": "crlf",
"overrides": [
{
"files": ".prettierrc",
"options": {
"parser": "json"
}
}
]
}