This commit is contained in:
2026-02-10 13:07:07 +08:00
49 changed files with 1904 additions and 301 deletions

View File

@@ -4,7 +4,7 @@
"tabWidth": 4,
"singleQuote": true,
"printWidth": 100,
"trailingComma": "none",
"useTabs": true,
"trailingComma": "none",
"vueIndentScriptAndStyle": true
}
}