From 032b35ec9e046bf4aab25dd29183098dfb913e11 Mon Sep 17 00:00:00 2001 From: huangchengfa <171504222@qq.com> Date: Wed, 17 Dec 2025 11:08:50 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E7=BB=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 打包.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/打包.bat b/打包.bat index 1bec27a..8a1996b 100644 --- a/打包.bat +++ b/打包.bat @@ -3,7 +3,7 @@ chcp 65001 >nul title 构建和打包工具 echo ======================================== -echo 林芝哨岗 vue构建和打包工具 +echo 《林芝哨岗》 vue构建和打包工具 echo ======================================== echo. @@ -45,7 +45,7 @@ if %ERRORLEVEL% EQU 0 ( dir gsxt.zip | findstr gsxt.zip start http://localhost:9528?project=sgxt_pc explorer . - msg * "林芝哨岗打包完成!" + msg * "《林芝哨岗》打包完成!" @REM powershell -Command "Add-Type -AssemblyName System.Windows.Forms; [System.Windows.Forms.MessageBox]::Show('打包和压缩已完成!', '成功', [System.Windows.Forms.MessageBoxButtons]::OK, [System.Windows.Forms.MessageBoxIcon]::Exclamation)" ) else ( echo ❌ 压缩失败!