diff --git a/astrbot/core/config/default.py b/astrbot/core/config/default.py index 84477e993..7710ebb40 100644 --- a/astrbot/core/config/default.py +++ b/astrbot/core/config/default.py @@ -324,6 +324,10 @@ CONFIG_METADATA_2 = { # "type": "string", # "options": ["fullscreen", "embedded"], # }, + "is_sandbox": { + "description": "沙箱模式", + "type": "bool", + }, "satori_api_base_url": { "description": "Satori API 终结点", "type": "string",