From 6f098cdba690d6bfd7b63b5641b907daa6d568ea Mon Sep 17 00:00:00 2001 From: railgun19457 Date: Mon, 23 Jun 2025 13:06:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dplugin=5Fenable=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=97=A0=E6=B3=95=E4=BF=9D=E5=AD=98=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- astrbot/core/config/default.py | 1 + 1 file changed, 1 insertion(+) diff --git a/astrbot/core/config/default.py b/astrbot/core/config/default.py index 78635d00d..ca65c9f3d 100644 --- a/astrbot/core/config/default.py +++ b/astrbot/core/config/default.py @@ -12,6 +12,7 @@ DB_PATH = os.path.join(get_astrbot_data_path(), "data_v3.db") DEFAULT_CONFIG = { "config_version": 2, "platform_settings": { + "plugin_enable":[], "unique_session": False, "rate_limit": { "time": 60,