This commit is contained in:
2026-03-06 22:17:12 +07:00
commit 267bf97236
812 changed files with 94237 additions and 0 deletions

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

@@ -0,0 +1,12 @@
@echo off
echo.
echo [信息] 使用 Vite 命令运行 Web 工程。
echo.
%~d0
cd %~dp0
cd ..
yarn dev
pause