refactor: update styling and improve code readability across multiple components

This commit is contained in:
CaIon
2026-06-19 19:29:00 +08:00
parent a0de4b560e
commit 50b8f2a272
19 changed files with 646 additions and 364 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
"src/routeTree.gen.ts"
],
"rules": {
"curly": "error",
"curly": ["error", "multi-line"],
"eqeqeq": [
"error",
"always",