提交代码

This commit is contained in:
yiqiuyang
2025-10-15 16:46:35 +08:00
parent 9a01223fc9
commit 502eaff488
36 changed files with 595 additions and 196 deletions
+2 -1
View File
@@ -5,5 +5,6 @@
"singleQuote": true,
"trailingComma": "es5",
"bracketSpacing": false,
"htmlWhitespaceSensitivity": "ignore"
"htmlWhitespaceSensitivity": "ignore",
"printWidth": 120
}