diff --git a/backend/src/views/apps/ai/components/chatWindow.vue b/backend/src/views/apps/ai/components/chatWindow.vue index c00f12b..dbf6cc9 100644 --- a/backend/src/views/apps/ai/components/chatWindow.vue +++ b/backend/src/views/apps/ai/components/chatWindow.vue @@ -17,7 +17,6 @@ @@ -31,7 +30,6 @@ @@ -124,6 +122,9 @@
+
+ 图片 +
@@ -157,9 +158,11 @@
+ 首字 {{ (msg.firstTokenMs / 1000).toFixed(1) }}s + · {{ formatDuration(msg.durationMs) }} · {{ msg.tokens }} tokens @@ -186,26 +189,47 @@
+
+ 首字 {{ (lastAssistant.firstTokenMs / 1000).toFixed(1) }}s + + +
- - - 发送 - +
+
+ 待发送图片 + +
+
+
+ +
+ + 发送 + +
+
AI生成内容仅供参考,请核实重要信息
@@ -217,7 +241,7 @@