diff --git a/astrbot/core/config/default.py b/astrbot/core/config/default.py index fc66b27819..10761ffd78 100644 --- a/astrbot/core/config/default.py +++ b/astrbot/core/config/default.py @@ -4263,6 +4263,11 @@ "type": "list", "items": {"type": "string"}, }, + "disable_metrics": { + "description": "禁用匿名使用统计", + "type": "bool", + "hint": "禁用后,AstrBot 将不再上传匿名使用统计数据。", + }, }, }, },