refactor: 优化代码结构并修复类型问题

- 移除未使用的TabPane组件
- 修复类型定义和导入方式
- 优化mock数据源的环境变量判断逻辑
- 更新文档结构并归档旧文件
- 添加新的UI组件和Memo组件
- 调整API路径和响应处理
This commit is contained in:
2026-03-23 12:41:35 +08:00
parent a037843851
commit 2b86715c09
363 changed files with 39305 additions and 40622 deletions

View File

@@ -0,0 +1,21 @@
# API规范索引
> **模块**: 02_Backend/api - API接口规范
> **更新日期**: 2026-03-19
---
## API文档列表
| 文档 | 描述 | 状态 |
|------|------|------|
| [01_Data_API](01_Data_API.md) | 数据模块API规范 | ✅ |
| [02_Finance_API](02_Finance_API.md) | 财务模块API规范 | ✅ |
| [03_Order_API](03_Order_API.md) | 订单模块API规范 | ✅ |
| [04_Product_API](04_Product_API.md) | 商品模块API规范 | ✅ |
---
## 返回上级
- [后端模块](../00_Backend_Index.md)