From 5b96d9dc1609331056799d3aa4160d8642aec630 Mon Sep 17 00:00:00 2001 From: minecraft1024a Date: Fri, 29 Aug 2025 13:59:34 +0800 Subject: [PATCH] chore(config): update bot_config_template version and remove unused option - Bumps the config version from 6.5.7 to 6.5.8. - Removes the `prompt_before_install` option which was not implemented. --- template/bot_config_template.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/template/bot_config_template.toml b/template/bot_config_template.toml index 7563ab41b..493bf57fc 100644 --- a/template/bot_config_template.toml +++ b/template/bot_config_template.toml @@ -342,8 +342,6 @@ auto_install_timeout = 300 # 是否使用PyPI镜像源(推荐,可加速下载) use_mirror = true mirror_url = "https://pypi.tuna.tsinghua.edu.cn/simple" # PyPI镜像源URL,如: "https://pypi.tuna.tsinghua.edu.cn/simple" -# 安装前是否提示用户(暂未实现) -prompt_before_install = false # 依赖安装日志级别 install_log_level = "INFO"