refactor: 移除 Phase 标记 + Runner 详情页优化#136
Merged
Merged
Conversation
_row_to_decision 补上 closed_profit_abs 和 closed_profit_pct 两个字段 (后端 schema 已有,row→record 映射遗漏),前端类型同步补上并修复 BacktestPanels 的类型报错。 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- release-meta.ts: RELEASE 常量 → getUpdateTag()/getLastUpdate() async 函数, build 时 fetch GitHub API 获取最近 commit 日期,失败有 fallback - page.tsx: TickerStrip 去掉 phase/rev/dateDot → 显示 Updated 2026.07.09 - CTAFooter: footer colophon 的 rev → updated,通过 server component props 注入 - layout.tsx: FAQ JSON-LD 去掉 "Phase D-11" 前缀 - kit/_client.tsx: 去掉硬编码的 D-9/0.9/2026.05.26 - messages: FAQ 中/英文去掉 Phase D-11 引用 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- 新增 /api/version route:调用 GitHub API 返回最近 commit 日期 - ConsoleSidebar: "Build · D-11" → "Build · 2026.07.09",通过 SWR 实时获取 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- RunnerStats: 移除 Last Bar,新增胜率卡片 + 累计盈亏百分比 - DecisionTimeline: fee 列 → 平仓盈亏列(盈亏金额 + 百分比),开仓显示 — - PositionsTable: 8 列 → 6 列,margin/liqPrice 移至 instrument 下小字 - 国际化: 中/英文同步新增 winRate / closedPnl 键,移除 lastBar / fee / margin / liqPrice Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- README: status badge 去掉 Phase D-12,截图描述同步 dashboard 优化 - CLAUDE.md: Phase 标题 → D-12,Active TODO 补 D-12 内容 - docs/01-architecture-overview: 去掉 "D-11.2" 引用 - docs/04-current-state: 标题更新至 D-12 因子库闭环 - screenshots: 更新 runner 详情截图 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Review base: c2b5bf6 🤖 GLM-5.2 PR Review |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
改动概要
1. 移除 Phase 标记,改为 GitHub dynamic update
Updated 2026.07.09Build · D-11→ 通过/api/versionroute 动态获取2. Runner 详情页优化
3. 后端
services/paper:_row_to_decision补上closed_profit_abs/closed_profit_pct字段透传4. 文档同步
🤖 Generated with Claude Code