feat: 功能迭代

This commit is contained in:
2026-05-31 21:06:22 +08:00
parent e49865600b
commit acd311a0d6
25 changed files with 3199 additions and 1 deletions

13
.prettierrc Normal file
View File

@@ -0,0 +1,13 @@
{
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"useTabs": false,
"trailingComma": "all",
"printWidth": 160,
"endOfLine": "lf",
"bracketSpacing": true,
"arrowParens": "always",
"vueIndentScriptAndStyle": false,
"singleAttributePerLine": false
}