From 39a9d7765ac4fa555aec6af772beca18351f7a92 Mon Sep 17 00:00:00 2001 From: railgun19457 Date: Mon, 30 Jun 2025 00:21:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E4=B8=80=E5=AF=B9?= =?UTF-8?q?=E5=A4=A7=E6=8B=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- astrbot/core/config/default.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astrbot/core/config/default.py b/astrbot/core/config/default.py index edf42992f..fc304d587 100644 --- a/astrbot/core/config/default.py +++ b/astrbot/core/config/default.py @@ -13,7 +13,7 @@ DB_PATH = os.path.join(get_astrbot_data_path(), "data_v3.db") DEFAULT_CONFIG = { "config_version": 2, "platform_settings": { - "plugin_enable": [], + "plugin_enable": {}, "unique_session": False, "rate_limit": { "time": 60,