feat(token-tracking): add Token usage panel to the report detail page

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
wangwei
2026-07-02 15:40:37 +08:00
co-authored by Copilot
parent 4bb1952348
commit 6bad007cd9
2 changed files with 25 additions and 0 deletions
+4
View File
@@ -185,6 +185,10 @@
<div class="advice-body" id="advice-body"></div>
</div>
</div>
<!-- ⑥ Token 用量(按模型分组,不换算金额) -->
<div class="section-label">⑥ Token 用量</div>
<div class="panel" id="token-usage-wrap"></div>
</div>
</section>