feat(tui): show time in usage details

This commit is contained in:
Michael
2026-03-31 11:54:45 +08:00
committed by Luis Pater
parent e783d0a62e
commit 8435c3d7be
3 changed files with 190 additions and 0 deletions
+2
View File
@@ -201,6 +201,7 @@ var zhStrings = map[string]string{
"usage_output": "输出",
"usage_cached": "缓存",
"usage_reasoning": "思考",
"usage_time": "时间",
// ── Logs ──
"logs_title": "📋 日志",
@@ -352,6 +353,7 @@ var enStrings = map[string]string{
"usage_output": "Output",
"usage_cached": "Cached",
"usage_reasoning": "Reasoning",
"usage_time": "Time",
// ── Logs ──
"logs_title": "📋 Logs",