feat(comparison-records): 展示 LLM token(入/出)与按单价估算成本

比价记录页新增 Token 列与成本列;顶部输入框配置每百万 token 单价(localStorage 持久化),仅前端估算不入库。

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-23 17:24:57 +08:00
parent 65d968585e
commit 67fc466778
2 changed files with 57 additions and 1 deletions
+2
View File
@@ -261,6 +261,8 @@ export interface ComparisonRecordListItem {
step_count: number | null;
llm_call_count: number | null;
retry_count: number | null;
input_tokens: number | null;
output_tokens: number | null;
device_model: string | null;
rom_vendor: string | null;
rom_name: string | null;