feat: agent聊天样式

This commit is contained in:
2026-02-10 13:05:24 +08:00
parent 40cf156e2e
commit 8feda12724
18 changed files with 1392 additions and 1053 deletions

View File

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