Merge pull request #93 from SaigyoujiYusora/debug

fix: 强制批处理文件使用CRLF
This commit is contained in:
KawaiiYusora
2025-03-08 03:34:50 +08:00
committed by GitHub
2 changed files with 5 additions and 2 deletions

2
.gitattributes vendored Normal file
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%