better:优化快捷设置

This commit is contained in:
SengokuCola
2025-05-29 21:42:58 +08:00
parent 14da50ba33
commit d0f9cf9c7b
2 changed files with 44 additions and 25 deletions

View File

@@ -8,6 +8,12 @@ window_width = 1000
window_height = 800
save_delay = 1.0
[[editor.quick_settings.items]]
name = "核心性格"
description = "麦麦的核心性格描述建议50字以内"
path = "personality.personality_core"
type = "text"
[[editor.quick_settings.items]]
name = "性格细节"
description = "麦麦性格的细节描述条数任意不能为0"
@@ -33,53 +39,57 @@ path = "chat.chat_mode"
type = "text"
[[editor.quick_settings.items]]
name = "退出专注阈值"
description = "自动退出专注聊天的阈值,越低越容易退出专注聊天"
path = "chat.exit_focus_threshold"
name = "回复频率normal模式"
description = "麦麦回复频率一般为1默认频率下30分钟麦麦回复30条约数"
path = "normal_chat.talk_frequency"
type = "number"
[[editor.quick_settings.items]]
name = "偷取表情包"
description = "是否偷取表情包,让麦麦可以发送她保存的这些表情包"
path = "emoji.steal_emoji"
type = "bool"
[[editor.quick_settings.items]]
name = "核心性格"
description = "麦麦的核心性格描述建议50字以内"
path = "personality.personality_core"
type = "text"
[[editor.quick_settings.items]]
name = "自动专注阈值"
name = "自动专注阈值auto模式"
description = "自动切换到专注聊天的阈值,越低越容易进入专注聊天"
path = "chat.auto_focus_threshold"
type = "number"
[[editor.quick_settings.items]]
name = "自我识别处理器"
name = "退出专注阈值auto模式"
description = "自动退出专注聊天的阈值,越低越容易退出专注聊天"
path = "chat.exit_focus_threshold"
type = "number"
[[editor.quick_settings.items]]
name = "思考间隔focus模式"
description = "思考的时间间隔(秒),可以有效减少消耗"
path = "focus_chat.think_interval"
type = "number"
[[editor.quick_settings.items]]
name = "自我识别处理器focus模式"
description = "是否启用自我识别处理器"
path = "focus_chat_processor.self_identify_processor"
type = "bool"
[[editor.quick_settings.items]]
name = "工具使用处理器"
name = "工具使用处理器focus模式"
description = "是否启用工具使用处理器"
path = "focus_chat_processor.tool_use_processor"
type = "bool"
[[editor.quick_settings.items]]
name = "工作记忆处理器"
name = "工作记忆处理器focus模式"
description = "是否启用工作记忆处理器,不稳定,消耗量大"
path = "focus_chat_processor.working_memory_processor"
type = "bool"
[[editor.quick_settings.items]]
name = "显示聊天模式"
name = "显示聊天模式debug模式"
description = "是否在回复后显示当前聊天模式"
path = "experimental.debug_show_chat_mode"
type = "bool"
[translations.sections.inner]
name = "版本"
description = "麦麦的内部配置,包含版本号等信息。此部分仅供显示,不可编辑。"