🐛 fix(MaiLauncher.bat): 移除多余的 re 命令,修复脚本逻辑
This commit is contained in:
@@ -286,7 +286,6 @@ goto menu
|
|||||||
cls
|
cls
|
||||||
if not exist config/bot_config.toml (
|
if not exist config/bot_config.toml (
|
||||||
copy /Y "template\bot_config_template.toml" "config\bot_config.toml"
|
copy /Y "template\bot_config_template.toml" "config\bot_config.toml"
|
||||||
re
|
|
||||||
|
|
||||||
)
|
)
|
||||||
if not exist .env.prod (
|
if not exist .env.prod (
|
||||||
|
|||||||
Reference in New Issue
Block a user