update pay function

This commit is contained in:
2025-11-22 16:41:22 +08:00
parent 75e7e7e19c
commit 357c03aee2
8 changed files with 44 additions and 2603 deletions

View File

@@ -44,7 +44,10 @@
**前端**
- **核心框架**: React 18.3.1
- **类型系统**: TypeScript 5.9.3(渐进式接入中,支持 JS/TS 混合开发)
- **UI 组件库**: Chakra UI 2.10.9(主要) + Ant Design 5.27.4(表格/表单)
- **UI 组件库**:
- Chakra UI 2.10.9(主要,全局使用)
- Ant Design 5.27.4(表格/表单)
- **HeroUI 3.0.0-beta**AgentChat 专用2025-11-22 升级)
- **状态管理**: Redux Toolkit 2.9.2
- **路由**: React Router v6.30.1 配合 React.lazy() 实现代码分割
- **构建系统**: CRACO 7.1.0 + 激进的 webpack 5 优化
@@ -58,7 +61,8 @@
- **开发工具**: MSW (Mock Service Worker) 用于 API mocking
- **虚拟化**: @tanstack/react-virtual 3.13.12(性能优化)
- **其他**: Draft.js富文本编辑、React Markdown、React Quill
- Use HeroUI v3 documentation from https://v3.heroui.com/llms.txt
**注意**: HeroUI v3 文档参考 https://v3.heroui.com/llms.txt详细升级说明见 [HEROUI_V3_UPGRADE_GUIDE.md](./HEROUI_V3_UPGRADE_GUIDE.md)
**后端**
- Flask + SQLAlchemy ORM