From a3ed32c6d3fbc9b6602af7c99fa3b3d0bb92a1a8 Mon Sep 17 00:00:00 2001 From: KawaiiYusora Date: Mon, 17 Mar 2025 00:18:59 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(MaiLauncher.bat):=20?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3=20`.env.prod`=20=E5=A4=8D=E5=88=B6=E8=B7=AF?= =?UTF-8?q?=E5=BE=84=E5=92=8C=E8=8F=9C=E5=8D=95=E8=BE=93=E5=85=A5=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MaiLauncher.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MaiLauncher.bat b/MaiLauncher.bat index c3dce052..81ff9e81 100644 --- a/MaiLauncher.bat +++ b/MaiLauncher.bat @@ -331,7 +331,7 @@ if not exist config/bot_config.toml ( ) if not exist .env.prod ( - copy /Y "template\.env.prod" ".env.prod" + copy /Y "template.env" ".env.prod" ) start python webui.py @@ -362,7 +362,7 @@ if "!choice!"=="5" goto learn_new_knowledge if "!choice!"=="6" goto open_knowledge_folder if "!choice!"=="7" goto menu -echo 无效的输入,请输入1-6之间的数字 +echo 无效的输入,请输入1-7之间的数字 timeout /t 2 >nul goto tools_menu