🐛 fix(MaiLauncher.bat): 移除多余的 re 命令,修复脚本逻辑

This commit is contained in:
KawaiiYusora
2025-03-15 18:56:13 +08:00
parent f0b338b4ca
commit c7aeb02257

View File

@@ -286,7 +286,6 @@ goto menu
cls
if not exist config/bot_config.toml (
copy /Y "template\bot_config_template.toml" "config\bot_config.toml"
re
)
if not exist .env.prod (