Merge branch 'SengokuCola:debug' into debug

pull/95/head
Rikki 2025-03-08 03:48:43 +08:00 committed by GitHub
commit 31b2ee32fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 2 deletions

2
.gitattributes vendored 100644
View File

@ -0,0 +1,2 @@
*.bat text eol=crlf
*.cmd text eol=crlf

View File

@ -47,12 +47,13 @@ if not exist "venv\" (
call venv\Scripts\activate.bat
echo 正在安装依赖...
pip install -r requirements.txt
) else (
call venv\Scripts\activate.bat
)
echo 正在更新依赖...
pip install -r requirements.txt
echo 当前代理设置:
echo HTTP_PROXY=%HTTP_PROXY%
echo HTTPS_PROXY=%HTTPS_PROXY%