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 @@