From 44dd9c4eb8a2489c63a5eb53fd4254bbb3510e95 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Thu, 18 Jun 2026 09:14:57 +0800
Subject: [PATCH] Merge branch 'feature/v9.0/9.0.4'

---
 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