From e769a5785afc9b04d9643ba00e2de29580db2d96 Mon Sep 17 00:00:00 2001 From: iven Date: Thu, 21 May 2026 12:25:41 +0800 Subject: [PATCH] =?UTF-8?q?docs(wiki):=20=E4=BE=A7=E8=BE=B9=E6=A0=8F=20Men?= =?UTF-8?q?u=20=E9=87=8D=E6=9E=84=20+=20=E6=8F=90=E4=BA=A4=E6=95=B0=20948?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 --- wiki/frontend.md | 2 +- wiki/index.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wiki/frontend.md b/wiki/frontend.md index 34c85cc..d69b4c2 100644 --- a/wiki/frontend.md +++ b/wiki/frontend.md @@ -52,7 +52,7 @@ React 19.2.4 / Ant Design 6.3.5 / React Router 7.14.0 / Zustand 5.0.12 / Vite 8. - 使用 Ant Design 组件库,不自造轮子 - 中文优先,所有文案通过 i18n key 引用 - 支持 4 套主题切换:信任蓝 / 温润东方 / 深邃夜色 / 翡翠清雅 -- 侧边栏按模块分组:基础模块 / 行业模块 +- 侧边栏使用 Ant Design ``,后端菜单树驱动,支持原生折叠动画 + 折叠 popover + 键盘导航 + ARIA - 表单验证使用 Ant Design Form 的 validateRules ### 2.1 多主题系统(4 套内置主题) diff --git a/wiki/index.md b/wiki/index.md index 76cf321..1dc90e7 100644 --- a/wiki/index.md +++ b/wiki/index.md @@ -4,7 +4,7 @@ ## 关键数字 -> 最后更新: 2026-05-21 | 数据截止: feat/media-library-banner 分支(菜单方案B重组 + 文章标签合并) +> 最后更新: 2026-05-21 | 数据截止: feat/media-library-banner 分支(侧边栏 Ant Design Menu 重构 + 菜单方案B重组) | 指标 | 值 | |------|-----| @@ -27,7 +27,7 @@ | Clippy | **全 workspace 0 警告**(2026-05-07 清零) | | 依赖版本 | 全部最新主版本线(Rust edition 2024) | | API 文档 | `http://localhost:3000/api/docs/openapi.json` | -| Git 提交 | **942+ 次** | +| Git 提交 | **948 次** | | 系统分析评分 | **6.3/10 (B-)**(六维度全面均衡分析,2026-05-20:架构 8.0 / 安全 7.5 / 测试 5.5 / 前端 7.2 / DevOps 3.8 / 产品 7.0) | | 审计状态 | V1: 83% → V2: 85%,P0 安全修复已完成;E2E 测试 157 端点(Health 63% / AI+Plugin 92.4%),CRITICAL×2 待修复 | | 角色测试 | R01-R05 全角色验证完成,86.5% 通过率,5 个 BUG 已修复;小程序 MP 多角色 96.2% 通过率 |