From 08fcc710d0a2acb185b3477d72fe32aff6f2e29a Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Mon, 01 Dec 2025 16:23:03 +0800
Subject: [PATCH] feat:增加ws连接状态

---
 build/plugins/replaceUrl.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/build/plugins/replaceUrl.js b/build/plugins/replaceUrl.js
index a700468..e8ae2d7 100644
--- a/build/plugins/replaceUrl.js
+++ b/build/plugins/replaceUrl.js
@@ -2,12 +2,12 @@
  * @name ReplaceImageUrl
  * @description 替换图片地址
  */
-import replaceImageUrl from 'vite-plugin-replace-image-url';
+import replaceImageUrl from 'vite-plugin-replace-image-url'
 
 export const ReplaceUrlPlugin = () => {
   return replaceImageUrl({
     publicPath: 'https://photo.example.com/miniprogram',
     sourceDir: 'src/static',
     verbose: true,
-  });
-};
+  })
+}

--
Gitblit v1.9.3