From 06df2940af4b683b5c342662b4fedff67bf86977 Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Wed, 3 Sep 2025 12:46:10 +0800 Subject: [PATCH] chore: change identifier description --- astrbot/core/config/default.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/astrbot/core/config/default.py b/astrbot/core/config/default.py index c7dabca60..0fadb7be4 100644 --- a/astrbot/core/config/default.py +++ b/astrbot/core/config/default.py @@ -1913,7 +1913,7 @@ CONFIG_METADATA_3 = { "type": "bool", }, "provider_settings.identifier": { - "description": "用户感知", + "description": "用户识别", "type": "bool", }, "provider_settings.datetime_system_prompt": { @@ -2288,7 +2288,7 @@ CONFIG_METADATA_3_SYSTEM = { "condition": { "t2i_strategy": "remote", }, - "_special": "t2i_template" + "_special": "t2i_template", }, "log_level": { "description": "控制台日志级别",