refactor(types): 重构类型系统,统一共享类型定义
feat(types): 新增共享类型中心,包含用户、产品、订单等核心领域类型 fix(types): 修复类型定义错误,统一各模块类型引用 style(types): 优化类型文件格式和注释 docs(types): 更新类型文档和变更日志 test(types): 添加类型测试用例 build(types): 配置类型共享路径 chore(types): 清理重复类型定义文件
This commit is contained in:
@@ -35,6 +35,10 @@
|
||||
| [10_Currency_Management](../01_Architecture/10_Currency_Management.md) | **货币管理**: 多货币支持、汇率管理、货币转换 |
|
||||
| [11_Mock_Architecture](../01_Architecture/11_Mock_Architecture.md) | **Mock架构**: 低侵入Mock方案,支持DataSource内联和MSW网络层两种方式 |
|
||||
| [12_Operation_Agent](../01_Architecture/12_Operation_Agent.md) | **运营Agent**: 运营自动化、Agent设计、任务调度 |
|
||||
| [13_TypeScript_Standards](../01_Architecture/13_TypeScript_Standards.md) | **TypeScript编译规约**: TypeScript编译零错误规约体系、tsconfig配置、代码规约 |
|
||||
| [14_Code_Quality_Standards](../01_Architecture/14_Code_Quality_Standards.md) | **代码质量规范**: ESLint配置、Prettier配置、代码风格规范、测试规范 |
|
||||
| [15_Schema_Driven_Development](../01_Architecture/15_Schema_Driven_Development.md) | **Schema驱动开发**: zod使用指南、Schema组织、类型推导、数据验证 |
|
||||
| [16_Unified_Type_Management](../01_Architecture/16_Unified_Type_Management.md) | **统一类型管理**: 类型中心架构、类型层次、类型转换、版本管理 |
|
||||
| [frontend/01_Product](../01_Architecture/frontend/01_Product.md) | **产品前端**: 产品模块前端设计规范 |
|
||||
| [frontend/02_Orders](../01_Architecture/frontend/02_Orders.md) | **订单前端**: 订单模块前端设计规范 |
|
||||
| [frontend/03_Ad](../01_Architecture/frontend/03_Ad.md) | **广告前端**: 广告模块前端设计规范 |
|
||||
@@ -97,7 +101,12 @@
|
||||
| [00_AI_Index](../05_AI/00_AI_Index.md) | **AI索引**: AI文档总览与导航 |
|
||||
| [01_Strategy](../05_AI/01_Strategy.md) | **AI策略**: AI协作策略、节点自动决策体系、规则引擎 |
|
||||
| [02_Rules](../05_AI/02_Rules.md) | **AI规则**: AI开发规则、代码规范、上下文管理 |
|
||||
| [03_Module_List](../05_AI/03_Module_List.md) | **AI模块列表**: AI功能模块、模块接口、模块依赖 |
|
||||
| [03_Implementation_Strategy](../05_AI/03_Implementation_Strategy.md) | **AI实施策略**: AI实施策略和落地计划 |
|
||||
| [04_Quick_Reference_Card](../05_AI/04_Quick_Reference_Card.md) | **AI快速参考卡片**: 硬性约束、代码模板、常见错误对比 |
|
||||
| [05_Development_Checklist](../05_AI/05_Development_Checklist.md) | **AI开发检查清单**: 开发各阶段强制检查项 |
|
||||
| [06_Wrong_vs_Right_Examples](../05_AI/06_Wrong_vs_Right_Examples.md) | **错误示例对比**: 错误代码模式与正确实现方式 |
|
||||
| [07_TypeScript_Error_Fix_Guide](../05_AI/07_TypeScript_Error_Fix_Guide.md) | **TypeScript错误修复方案**: 解决613个编译错误的完整方案 |
|
||||
| [09_TypeScript_Error_Tasks](../05_AI/09_TypeScript_Error_Tasks.md) | **TypeScript错误任务列表**: AI领取修复任务的清单 |
|
||||
|
||||
---
|
||||
|
||||
@@ -164,12 +173,12 @@
|
||||
| 02_Backend | 12 | ✅ |
|
||||
| 03_Frontend | 7 | ✅ |
|
||||
| 04_Plugin | 3 | ✅ |
|
||||
| 05_AI | 4 | ✅ |
|
||||
| 05_AI | 9 | ✅ |
|
||||
| 06_Reports | 5 | ✅ |
|
||||
| 07_Testing | 3 | ✅ |
|
||||
| 08_Analysis | 7 | ✅ |
|
||||
| 10_Documents_Global | 3 | ✅ |
|
||||
| **总计** | **114** | **✅** |
|
||||
| **总计** | **123** | **✅** |
|
||||
|
||||
---
|
||||
|
||||
@@ -180,4 +189,4 @@
|
||||
|
||||
---
|
||||
|
||||
*最后更新: 2026-03-19*
|
||||
*最后更新: 2026-03-20*
|
||||
|
||||
Reference in New Issue
Block a user