fawney19
8a670f5524
refactor: 继续拆分大型模块并增强模块注册健壮性
后端:
- chat_handler_base 错误处理函数提取到 chat_error_utils 子模块
- CLI mixin 引入 CliHandlerProtocol 协议类改善类型标注
- aware_scheduler 拆分为 _candidate_builder 和 _candidate_sorter 子模块
- usage recording 拆分为 _billing_integration 和 _recording_helpers 子模块
- ModuleRegistry 添加循环依赖检测,将写操作从查询方法分离到 reconcile_module_state
- 修正 plugin manager 入度注释
前端:
- 路由守卫逻辑拆分为独立 guards 模块
- ProviderManagement 拆分为 TableHeader/TableRow/BalanceCell/MobileCard 子组件
- SystemSettings 拆分为多个 Section 子组件和 composables
- 提取 useEndpointStatus/useProviderBalance/useProviderFilters composables
测试适配重构后的子模块结构
2026-02-14 20:06:38 +08:00
..
2026-02-10 17:53:04 +08:00
2026-02-05 14:22:11 +08:00
2026-02-04 02:04:54 +08:00
2025-12-18 02:20:53 +08:00
2026-02-12 10:58:14 +08:00
2026-02-14 20:06:38 +08:00
2026-02-14 20:06:38 +08:00
2026-02-09 11:37:41 +08:00
2026-02-13 13:28:40 +08:00
2026-02-02 21:16:28 +08:00
2026-02-06 16:37:06 +08:00
2026-02-06 16:37:06 +08:00
2026-02-05 15:59:41 +08:00
2026-02-02 21:16:28 +08:00
2026-02-14 20:06:38 +08:00
2026-02-14 16:34:52 +08:00
2026-02-04 00:38:02 +08:00
2026-02-01 17:28:00 +08:00
2026-02-01 17:28:00 +08:00
2026-02-07 02:59:02 +08:00
2026-02-06 16:37:06 +08:00
2026-02-01 17:28:00 +08:00
2026-02-07 02:59:02 +08:00
2026-02-02 21:16:28 +08:00
2026-01-22 14:23:33 +08:00
2026-02-06 16:37:06 +08:00
2026-02-06 16:37:06 +08:00
2026-02-12 10:58:14 +08:00
2026-02-01 17:28:00 +08:00
2026-02-02 21:16:28 +08:00
2026-02-02 03:16:52 +08:00