gaoluyang
2025-09-19 7b51e925d5be81c795476cb59208b99906e4a5fd
1
2
3
4
5
6
7
8
9
10
11
12
@echo off
echo.
echo [ÐÅÏ¢] Ê¹ÓàVite ÃüÁîÔËÐРWeb ¹¤³Ì¡£
echo.
 
%~d0
cd %~dp0
 
cd ..
yarn dev
 
pause