feat(web): 增加AI对话的能力

This commit is contained in:
v-zhangjc9
2025-05-13 16:03:08 +08:00
parent 819d56fbe3
commit dd2e56e27b
4 changed files with 247 additions and 9 deletions

View File

@@ -18,12 +18,14 @@
"antd": "^5.25.0",
"axios": "^1.9.0",
"licia": "^1.48.0",
"markdown-it": "^14.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router": "^7.5.3",
"styled-components": "^6.1.18"
},
"devDependencies": {
"@types/markdown-it": "^14.1.2",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@vitejs/plugin-react-swc": "^3.9.0",