From 9a34edb678f217a24d640b5e562e2a50fde1bc4d Mon Sep 17 00:00:00 2001 From: huangchengfa <171504222@qq.com> Date: Wed, 17 Dec 2025 10:46:35 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=BC=84=E6=88=90=E4=B8=AD=E6=96=87?= =?UTF-8?q?=E7=9A=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 打包.bat | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/打包.bat b/打包.bat index a77fd84..2217214 100644 --- a/打包.bat +++ b/打包.bat @@ -1,12 +1,14 @@ @echo off -echo ʼ֥ڸpc(sgxt_pc)... +chcp 65001 >nul +title 构建和打包工具 +echo lin___LinZhi哨岗打包 sgxt_pc... call npm run build -echo ɣѹ... +echo 打包完成,正在压缩... if exist gsxt.zip del gsxt.zip powershell Compress-Archive -Path gsxt -DestinationPath gsxt.zip -echo ѹɣ +echo 压缩完成! explorer . -msg * "֥ڸpcɣ" +msg * "林芝哨岗pc打包完成!" start http://localhost:9528?project=sgxt_pc -powershell -Command "Add-Type -AssemblyName System.Windows.Forms; [System.Windows.Forms.MessageBox]::Show('ѹɣ', 'ɹ', [System.Windows.Forms.MessageBoxButtons]::OK, [System.Windows.Forms.MessageBoxIcon]::Exclamation)" \ No newline at end of file +powershell -Command "Add-Type -AssemblyName System.Windows.Forms; [System.Windows.Forms.MessageBox]::Show('打包和压缩已完成!', '成功', [System.Windows.Forms.MessageBoxButtons]::OK, [System.Windows.Forms.MessageBoxIcon]::Exclamation)" \ No newline at end of file