💄 feat(playground): chat streaming animation

This commit is contained in:
Apple\Apple
2025-06-02 19:58:10 +08:00
parent 7ad0082cd5
commit b7b5b6cf5b
7 changed files with 97 additions and 16 deletions
+2 -2
View File
@@ -15,7 +15,7 @@ import './i18n/i18n.js';
const root = ReactDOM.createRoot(document.getElementById('root'));
const { Sider, Content, Header, Footer } = Layout;
root.render(
<React.StrictMode>
// <React.StrictMode>
<StatusProvider>
<UserProvider>
<BrowserRouter>
@@ -27,5 +27,5 @@ root.render(
</BrowserRouter>
</UserProvider>
</StatusProvider>
</React.StrictMode>,
// </React.StrictMode>,
);