From 520840daaab2eb66543fb1e12320ce67cb1c3cfd Mon Sep 17 00:00:00 2001 From: KawaiiYusora Date: Sat, 8 Mar 2025 03:31:50 +0800 Subject: [PATCH] =?UTF-8?q?typo:=20=E4=BC=98=E5=8C=96=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitattributes | 2 ++ run_windows.bat | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..cf5cffa22 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.bat text eol=crlf +*.cmd text eol=crlf \ No newline at end of file diff --git a/run_windows.bat b/run_windows.bat index 920069318..bea397ddc 100644 --- a/run_windows.bat +++ b/run_windows.bat @@ -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%