This commit is contained in:
2026-01-20 16:56:01 +08:00
commit efdaaadc61
338 changed files with 44003 additions and 0 deletions

12
bin/run-web-npm.bat Normal file
View File

@@ -0,0 +1,12 @@
@echo off
echo.
echo [信息] 使用 Vite 启动 Web 服务。
echo.
%~d0
cd %~dp0
cd ..
npm run dev
pause