落地埋点 ingest/数据看板、首页宫格 CMS 与测评上下架;含账号引导、问答流式与免责声明去重,以及 review P1 审计同事务修复。 Co-authored-by: Cursor <cursoragent@cursor.com>
29 lines
662 B
Markdown
29 lines
662 B
Markdown
# TEST_REPORT — ECR-008 Ops-C Content
|
||
|
||
Date: 2026-08-07
|
||
|
||
## Commands
|
||
|
||
```bash
|
||
export PATH="$HOME/.local/go/bin:$PATH"
|
||
cd apps/api && go test ./internal/service/home/ -count=1
|
||
cd apps/api && go test ./internal/integration/ -run TestOpsContentPhaseC -count=1
|
||
npm run build:h5 && npm run build:admin
|
||
```
|
||
|
||
## Results
|
||
|
||
| Check | Result |
|
||
|-------|--------|
|
||
| `TestNormalizeTool*` | PASS |
|
||
| `TestOpsContentPhaseC` | PASS |
|
||
| `build:h5` / `build:admin` | PASS |
|
||
|
||
## Follow-up(review P1)
|
||
|
||
- Replace/Patch 与 audit 同事务
|
||
- ContentPage `move` 保留 `row_index`
|
||
- Analytics `requireAnalytics`
|
||
- Integration 断言 `home_tools.replace` + restore tools
|
||
|