From 5d1e7e26e24af5911ba99303accf332b10fef4ff Mon Sep 17 00:00:00 2001 From: lkddi Date: Fri, 27 Feb 2026 13:03:05 +0800 Subject: [PATCH] =?UTF-8?q?Feat:=20=E9=B1=BC=E4=B8=8A=E9=92=A9=E9=80=9A?= =?UTF-8?q?=E7=9F=A5=E4=B8=AD=E7=9A=84[=E6=8B=89=E7=AB=BF]=E6=96=87?= =?UTF-8?q?=E5=AD=97=E6=94=AF=E6=8C=81=E7=82=B9=E5=87=BB=E8=A7=A6=E5=8F=91?= =?UTF-8?q?=E6=8B=89=E7=AB=BF=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/chat/partials/scripts.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/chat/partials/scripts.blade.php b/resources/views/chat/partials/scripts.blade.php index 4201aec..c183f14 100644 --- a/resources/views/chat/partials/scripts.blade.php +++ b/resources/views/chat/partials/scripts.blade.php @@ -1049,7 +1049,7 @@ const hookDiv = document.createElement('div'); hookDiv.className = 'msg-line'; hookDiv.innerHTML = - '🐟 鱼上钩了!快点击 [拉竿] 按钮!'; + '🐟 鱼上钩了!快点击 [拉竿] 按钮!'; container2.appendChild(hookDiv); if (autoScroll) container2.scrollTop = container2.scrollHeight;