From 6ae7a4a82b492b30065d65e5af8c4c7fa1b10439 Mon Sep 17 00:00:00 2001 From: pllx Date: Tue, 28 Apr 2026 10:50:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=EF=BC=9A=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=20frame.blade.php=20=E4=B8=AD=E5=86=97=E4=BD=99=E7=9A=84=20Alp?= =?UTF-8?q?ine.js=20=E7=8B=AC=E7=AB=8B=E5=8A=A0=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/chat/frame.blade.php | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/views/chat/frame.blade.php b/resources/views/chat/frame.blade.php index edb91f5..c893818 100644 --- a/resources/views/chat/frame.blade.php +++ b/resources/views/chat/frame.blade.php @@ -139,7 +139,6 @@ window.chatContext = JSON.parse(document.getElementById('chat-context-data')?.textContent || '{}'); @vite(['resources/css/app.css', 'resources/css/chat.css', 'resources/js/app.js', 'resources/js/chat.js']) -