feat: 完善自定义聊天配置

This commit is contained in:
1808837298@qq.com
2024-10-12 21:06:49 +08:00
parent 53ff1547cf
commit 824714e577
4 changed files with 89 additions and 40 deletions

View File

@@ -256,7 +256,7 @@ function App() {
}
/>
<Route
path='/chat'
path='/chat/:id?'
element={
<Suspense fallback={<Loading></Loading>}>
<Chat />