feat: 工具卡片精简、移除token统计、消息时间显示
1. 聊天消息工具卡片只显示工具名+调用内容,不显示执行结果(工作空间工具页签已有完整结果) 2. 移除所有token统计相关代码:顶栏统计、消息内token/耗时显示、历史记录中的token显示 3. 每条消息显示具体时间(年月日 时分秒),formatTime 已含秒数
This commit is contained in:
@@ -35,7 +35,6 @@
|
||||
<line x1="12" y1="17" x2="12.01" y2="17"/>
|
||||
</svg>
|
||||
</button>
|
||||
<span class="total-tokens" id="totalTokens" title="当前会话总 token 消耗"><svg class="token-icon" viewBox="0 0 16 16" fill="none"><circle cx="8" cy="8" r="7" stroke="currentColor" stroke-width="1.2"/><path d="M5.2 5h5.6v1.5H9.2v6.2H6.8V6.5H5.2V5z" fill="currentColor"/></svg> <span id="totalTokensValue">0</span></span>
|
||||
</div>
|
||||
<div class="header-right">
|
||||
<div class="conn-status pending" id="connStatus" title="连接状态">
|
||||
|
||||
Reference in New Issue
Block a user