From ca9d71145d54ee4dc04fd2231524ed2323b19c80 Mon Sep 17 00:00:00 2001 From: lq Date: Thu, 26 Jun 2025 17:02:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BE=E7=89=87=E5=8F=91=E9=80=81=E3=80=81?= =?UTF-8?q?=E8=A7=86=E9=A2=91=E5=8F=91=E9=80=81=EF=BC=88=E5=86=99=E6=AD=BB?= =?UTF-8?q?=E7=9A=84=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/chat.blade.php | 179 +++++- resources/views/welcome.blade.php | 986 +++++++++++++----------------- 2 files changed, 565 insertions(+), 600 deletions(-) diff --git a/resources/views/chat.blade.php b/resources/views/chat.blade.php index a612b712..a21ea591 100644 --- a/resources/views/chat.blade.php +++ b/resources/views/chat.blade.php @@ -10,6 +10,7 @@
+ +
+ + @{{ uploadStatus.message }} +
+
@@ -532,7 +577,20 @@
@{{ msg.name }}
-
@{{ msg.text }}
+ +
+ @{{ msg.text }} +
+ + +
+ Image +
+ + +
+ +
@{{ formatTime(msg.timestamp) }} @@ -581,20 +639,20 @@ + + + - -
- - -
- - -
-
- 未连接 -
- - -
-
-
-
U
-

聊天室

-
- +
+ +
+
+ @{{ statusText }}:@{{ selectUsers.nick_name }}
-
-
-
在线用户 (0)
-
- + +
+
+
+
+ @{{ currentUser.name.charAt(0).toUpperCase() }} +
+

@{{ currentUser.name }} 的接诊室

+
-
-
-
- -

开始聊天吧!您发送的消息将在这里显示

-
-
- -
- -
-
- -
-
- -
-
- -
-
- -
- -
-
- +
+
+
用户列表 (@{{ users.length }})
+
+ +
+
+ @{{ currentUser.name.charAt(0).toUpperCase() }}
- +
@{{ currentUser.name }} (我)
+
+
+ + +
+
+ @{{ user.nick_name.charAt(0).toUpperCase() }} +
+
@{{ user.nick_name }}
+
-
- +
+ +
+
+
+ +

开始聊天吧!您发送的消息将在这里显示

+
+ + +
+
+ @{{ msg.name.charAt(0).toUpperCase() }} +
+
+
@{{ msg.name }}
+
+
@{{ msg.text }}
+
+
+ @{{ formatTime(msg.timestamp) }} +
+
+
+
+ +
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+ +
+
+ +
+ +
+
+ + +
+
+ @{{ emoji }} +
+
@@ -628,435 +579,322 @@