From 745a01246cd55b9d58bed76cab5fa4a5f5f33b9b Mon Sep 17 00:00:00 2001 From: IGCrystal Date: Thu, 19 Jun 2025 10:30:33 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=88=20perf:=20=E4=BF=AE=E6=94=B9chat?= =?UTF-8?q?=E7=9A=84=E5=BC=B9=E7=AA=97=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dashboard/src/views/ChatPage.vue | 69 +++++++++++++++++++++++--------- 1 file changed, 49 insertions(+), 20 deletions(-) diff --git a/dashboard/src/views/ChatPage.vue b/dashboard/src/views/ChatPage.vue index 2e1b738a6..fadba8aac 100644 --- a/dashboard/src/views/ChatPage.vue +++ b/dashboard/src/views/ChatPage.vue @@ -281,31 +281,60 @@ - - - - mdi-information-outline - {{ tm('connection.title') }} - - -
+ + + + mdi-information-outline + {{ tm('connection.title') }} + + + mdi-close + + + + +
{{ tm('connection.message') }}
-
- {{ tm('connection.reasons') }} -
    -
  • {{ tm('connection.reasonWindowResize') }}
  • -
  • {{ tm('connection.reasonMultipleTabs') }}
  • -
  • {{ tm('connection.reasonNetworkIssue') }}
  • + + +
    + {{ tm('connection.reasons') }} +
    +
      +
    • {{ tm('connection.reasonWindowResize') }}
    • +
    • {{ tm('connection.reasonMultipleTabs') }}
    • +
    • {{ tm('connection.reasonNetworkIssue') }}
    -
-
- {{ tm('connection.notice') }} -
+ + + +
+ {{ tm('connection.notice') }} +
+
- + + - {{ tm('connection.understand') }} + + {{ tm('connection.understand') }} +