From 6c627f009aacb814bc9e99a2d314c52ba868482b Mon Sep 17 00:00:00 2001 From: jackyu66git Date: Fri, 7 Aug 2026 15:09:48 +0800 Subject: [PATCH] docs(ECR-008): record implementation commit in TRACEABILITY Co-authored-by: Cursor --- docs/TRACEABILITY.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/TRACEABILITY.md b/docs/TRACEABILITY.md index 0e29cb6..4ebe174 100644 --- a/docs/TRACEABILITY.md +++ b/docs/TRACEABILITY.md @@ -58,6 +58,6 @@ | ECR | Requirement | Spec | Code | Test | Commit | |-----|-------------|------|------|------|--------| -| ECR-008 | 拆分 chart_tv 单体 | ENG-008 | `chart_tv_*.js` + 薄门面 | `node --check` | (本分支) | -| ECR-008 | 对外 API 不变 | ENG-008 | `initTradingView` / `disposeTradingViewCharts` | ui.js 调用点 | (本分支) | -| ECR-008 | 无打包器 | PROFILE | `index.html` script 顺序 | 人工 | (本分支) | +| ECR-008 | 拆分 chart_tv 单体 | ENG-008 | `chart_tv_*.js` + 薄门面 | `node --check` | dbb6202 | +| ECR-008 | 对外 API 不变 | ENG-008 | `initTradingView` / `disposeTradingViewCharts` | ui.js 调用点 | dbb6202 | +| ECR-008 | 无打包器 | PROFILE | `index.html` script 顺序 | 人工 | dbb6202 |