From 761c9e7f73ae18ce53d925f99bab7766c5c5876e Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Thu, 25 Sep 2025 10:53:13 +0800
Subject: [PATCH] feat: 全局ws
---
src/App.vue | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/App.vue b/src/App.vue
index 066092b..384f5ff 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -4,8 +4,6 @@
<script setup>
-import { useDownloadWs } from '@/page/index/useDownloadWs';
-useDownloadWs()
</script>
<style>
--
Gitblit v1.9.3