update 优化 修改logo名称

This commit is contained in:
疯狂的狮子Li
2026-03-17 15:00:33 +08:00
parent d97c93cc98
commit 8eac8987b1
4 changed files with 0 additions and 36 deletions
-12
View File
@@ -1,12 +0,0 @@
@echo off
echo.
echo [信息] 打包Web工程,生成dist文件。
echo.
%~d0
cd %~dp0
cd ..
yarn build:prod
pause
-12
View File
@@ -1,12 +0,0 @@
@echo off
echo.
echo [信息] 安装Web工程,生成node_modules文件。
echo.
%~d0
cd %~dp0
cd ..
yarn --registry=https://registry.npmmirror.com
pause
-12
View File
@@ -1,12 +0,0 @@
@echo off
echo.
echo [信息] 使用 Vite 命令运行 Web 工程。
echo.
%~d0
cd %~dp0
cd ..
yarn dev
pause

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB