From a2f453a63857aac3d9d9d93d4c1641dc6ea80c4d Mon Sep 17 00:00:00 2001 From: Jeffrey Hsu Date: Mon, 5 Jan 2026 18:45:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BE=9D=E8=B5=96=E9=A1=B9?= =?UTF-8?q?=E5=AE=89=E8=A3=85=E5=91=BD=E4=BB=A4=EF=BC=8C=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E6=B8=85=E5=8D=8E=E9=95=9C=E5=83=8F=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.bat b/build.bat index 874efa1..4fcd793 100644 --- a/build.bat +++ b/build.bat @@ -18,7 +18,7 @@ if exist ".venv\Scripts\activate.bat" ( ) echo === 安装依赖项 === -pip install -r requirements.txt +pip install -i https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple -r requirements.txt if errorlevel 1 ( echo [错误] pip 安装依赖失败! pause