fix: 优化审计
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 3m42s

This commit is contained in:
luo
2026-08-11 16:47:58 +08:00
parent 9599a4d52b
commit 33485b137f
49 changed files with 1263 additions and 212 deletions

View File

@@ -0,0 +1,10 @@
## 1. Implementation
- [x] 1.1 为请求链路节点增加与既有时间线一致的基础信息布局。
- [x] 1.2 隐藏所有 ID仅向超级管理员展示数据完整性信息。
- [x] 1.3 对请求链路返回的资源引用增加折叠只读展示并处理空字段。
## 2. Verification
- [x] 2.1 验证仅使用简化版文档已定义的 `AuditLinkTimelineNode` 字段。
- [x] 2.2 运行格式化、ESLint、类型检查和 OpenSpec 严格校验。