From d075844cb0a50a1078475be1c10984cbdfa8b025 Mon Sep 17 00:00:00 2001 From: kron Date: Sun, 22 Jun 2025 02:39:03 +0800 Subject: [PATCH] =?UTF-8?q?websocket=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 25 +++++++++++++++++++++++-- src/apis.js | 3 +++ src/components/AppFooter.vue | 2 +- src/pages/index.vue | 27 +++++++++++++++------------ src/store.js | 2 +- src/websocket.js | 13 +++++++------ 6 files changed, 50 insertions(+), 22 deletions(-) diff --git a/src/App.vue b/src/App.vue index 8f625b3..ee7e9d8 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,11 +1,12 @@