From 205d0f156d81713ecaf4c736651d42b6f77ea513 Mon Sep 17 00:00:00 2001 From: lingyun14 Date: Wed, 13 May 2026 12:20:38 +0800 Subject: [PATCH] fix: add disable_metrics option to WebUI system config --- astrbot/core/config/default.py | 5 +++++ 1 file changed, 5 insertions(+) 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 将不再上传匿名使用统计数据。", + }, }, }, },