feat: 接入redux
Showing
| ... | ... | @@ -40,6 +40,7 @@ |
| }, | ||
| "dependencies": { | ||
| "@nextui-org/react": "^2.4.6", | ||
| "@reduxjs/toolkit": "^2.2.7", | ||
| "@virtuoso.dev/message-list": "^1.8.3", | ||
| "ahooks": "^3.8.0", | ||
| "axios": "^1.7.3", | ||
| ... | ... | @@ -47,6 +48,7 @@ |
| "react": "^18.3.1", | ||
| "react-dom": "^18.3.1", | ||
| "react-hot-toast": "^2.4.1", | ||
| "react-redux": "^9.1.2", | ||
| "react-router-dom": "^6.26.0", | ||
| "react-virtuoso": "^4.9.0", | ||
| "tailwind-merge": "^2.4.0" | ||
| ... | ... |
src/api/conversation.ts
0 → 100644
src/store/hook.ts
0 → 100644
src/store/index.ts
0 → 100644
Please
register
or
sign in
to comment