From edea8f49d1f3ed2d810d3a6650c32f51cd4ed65d Mon Sep 17 00:00:00 2001 From: iven Date: Mon, 18 May 2026 04:00:02 +0800 Subject: [PATCH] =?UTF-8?q?docs(wiki):=20=E5=85=B3=E9=94=AE=E6=95=B0?= =?UTF-8?q?=E5=AD=97=E6=9B=B4=E6=96=B0=20=E2=80=94=20AI=20Agent=20Phase=20?= =?UTF-8?q?0=20=E5=AE=8C=E6=88=90=EF=BC=88=E8=BF=81=E7=A7=BB=20148?= =?UTF-8?q?=E3=80=81AI=20=E8=A1=A8=2013=E3=80=81=E6=9D=83=E9=99=90?= =?UTF-8?q?=E7=A0=81=20132=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wiki/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wiki/index.md b/wiki/index.md index 85e14e4..80b5c57 100644 --- a/wiki/index.md +++ b/wiki/index.md @@ -4,14 +4,14 @@ ## 关键数字 -> 最后更新: 2026-05-17 | 数据截止: feat/media-library-banner 分支(二轮审计修复 + 质量规范清单) +> 最后更新: 2026-05-18 | 数据截止: feat/media-library-banner 分支(AI Agent Phase 0 完成) | 指标 | 值 | |------|-----| | Rust crate | 17 个(erp-core + 5 基础业务 + erp-health + erp-ai + erp-dialysis + erp-plugin + 7 插件/原型) | | Rust 源文件 | **652 个**(136,908 行) | -| 数据库表 | 30 基础表 + 49 健康业务表 + 9 AI 表 + 3 媒体库/轮播图表 | -| 数据库迁移 | **147 个**(最新 m20260516_000147) | +| 数据库表 | 30 基础表 + 49 健康业务表 + 13 AI 表(+4 会话/消息/tool_log/user_profile) + 3 媒体库/轮播图表 | +| 数据库迁移 | **148 个**(最新 m20260518_000148) | | 后端路由 | 260+ 个(11 公开 + 14 FHIR + 2 网关 + ~240 受保护) | | 核心模块 | 5 基础 (auth/config/workflow/message/plugin) + 3 业务 (health + ai + dialysis) | | erp-health 实体 | **59 个** Entity(32 handler / 41 service / 22 DTO,214 文件) | @@ -22,7 +22,7 @@ | 前端测试 | Web 62 单元测试文件(~693 断言) + 17 E2E spec(13 Web + 4 MP,~64 断言);小程序 0 单元测试 | | 后端测试 | **943 个函数**(762 同步 + 181 异步),103 个文件含测试 | | 事件系统 | 31 事件类型(health)/ 51 全系统 / 82 发布点 / 12 消费者模块 / Outbox + LISTEN/NOTIFY | -| 权限码 | **128 个**(health 52 + auth/ai/workflow/dialysis/plugin/config/message/copilot 76) | +| 权限码 | **132 个**(health 52 + ai 20(+4 chat 权限) + auth/workflow/dialysis/plugin/config/message/copilot 60) | | utoipa 注解 | **89 个**文件含注解 | | Clippy | **全 workspace 0 警告**(2026-05-07 清零) | | 依赖版本 | 全部最新主版本线(Rust edition 2024) |