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 按 `AuditFinanceTimelineNode` 补充金额、余额、币种、来源、编码和钱包类型展示。
- [x] 1.2 增加金额权威来源和安全结构化事实的折叠只读区域。
- [x] 1.3 隐藏内部 ID处理无金额、无钱包和空结构化字段场景。
## 2. Verification
- [x] 2.1 验证金额单位按分转换,并保持 `amount_authority.authoritative` 语义。
- [x] 2.2 运行格式化、ESLint、类型检查和 OpenSpec 严格校验。