first commit

This commit is contained in:
PC-202306242200\Administrator
2026-03-28 23:15:40 +08:00
commit 10ca82f012
157 changed files with 159116 additions and 0 deletions

8
.prettierrc.js Normal file
View File

@@ -0,0 +1,8 @@
export default {
"printWidth": 80,
"semi": false,
"singleQuote": true,
"trailingComma": "es5",
"bracketSpacing": true,
"spaceBeforeFunctionParen": true
}