feat: 添加聊天功能及相关路由配置和UI组件,并引入 react-icons 依赖。

This commit is contained in:
2026-01-29 22:00:30 +08:00
parent 6087b35ce5
commit 08048ec3b6
6 changed files with 796 additions and 0 deletions

View File

@@ -29,6 +29,7 @@
"react": "^19.2.0",
"react-confetti": "^6.4.0",
"react-dom": "^19.2.0",
"react-icons": "^5.5.0",
"react-router-dom": "^7.12.0",
"react-use": "^17.6.0"
},