From cbab331633bc396e1b707c02537f2201becc6ed6 Mon Sep 17 00:00:00 2001 From: minecraft1024a Date: Sun, 16 Nov 2025 13:34:56 +0800 Subject: [PATCH] =?UTF-8?q?refactor(config):=20=E7=A7=BB=E9=99=A4=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6=E6=A8=A1=E6=9D=BF=E4=B8=AD=E7=9A=84?= =?UTF-8?q?=20[security]=20=E9=83=A8=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 在最近的安全相关重构之后,独立的 [security] 配置部分已不再需要。 此提交将其从模板文件中移除以简化配置结构,并相应地更新了版本号。 --- template/bot_config_template.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/template/bot_config_template.toml b/template/bot_config_template.toml index f6c5061b7..ea2d29c00 100644 --- a/template/bot_config_template.toml +++ b/template/bot_config_template.toml @@ -1,5 +1,5 @@ [inner] -version = "7.7.3" +version = "7.7.4" #----以下是给开发人员阅读的,如果你只是部署了MoFox-Bot,不需要阅读---- #如果你想要修改配置文件,请递增version的值 @@ -65,7 +65,6 @@ master_users = []# ["qq", "123456789"], # 示例:QQ平台的Master用户 enable_plugin_http_endpoints = true # ==================== 安全相关配置 ==================== -[security] # --- 插件API速率限制 --- # 是否为插件暴露的API启用全局速率限制 plugin_api_rate_limit_enable = true