From fcbf4e228394d76f66b3514a4db87be03028d076 Mon Sep 17 00:00:00 2001 From: Wenjie Zhang Date: Tue, 11 Mar 2025 00:03:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=97=A5=E5=BF=97=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/package.json | 1 + web/src/components/ChatComponent.vue | 2 +- web/src/components/DebugComponent.vue | 357 ++++++++++++++++++++++---- 3 files changed, 306 insertions(+), 54 deletions(-) diff --git a/web/package.json b/web/package.json index c9991653..678e9aca 100644 --- a/web/package.json +++ b/web/package.json @@ -17,6 +17,7 @@ "ant-design-vue": "^4.2.3", "axios": "^1.3.4", "d3": "^7.8.3", + "dayjs": "^1.11.13", "echarts": "^5.4.2", "echarts-gl": "^2.0.9", "highlight.js": "^11.10.0", diff --git a/web/src/components/ChatComponent.vue b/web/src/components/ChatComponent.vue index 05db4fdf..59744ed0 100644 --- a/web/src/components/ChatComponent.vue +++ b/web/src/components/ChatComponent.vue @@ -987,7 +987,7 @@ watch( background-color: #666; border-radius: 50%; opacity: 0.3; - animation: pulse 1.4s infinite ease-in-out both; + animation: pulse 0.5s infinite ease-in-out both; } .loading-dots div:nth-child(1) { diff --git a/web/src/components/DebugComponent.vue b/web/src/components/DebugComponent.vue index c4e20f0d..07b0d9ee 100644 --- a/web/src/components/DebugComponent.vue +++ b/web/src/components/DebugComponent.vue @@ -1,52 +1,169 @@