dashboard
repositories
filestore
activity
search
login
main
/
education
安全在线教育平台
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
新分支提交
祖安之光
2026-05-11
1c4a7493ed74c1043752161f2b607438d172c7f3
[education.git]
/
bin
/
run-web.bat
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