重新添加实时日期和时间提示功能

This commit is contained in:
2025-01-26 01:15:10 +08:00
parent a3929a552d
commit 5bed46cf49
7 changed files with 11 additions and 0 deletions

View File

@ -32,6 +32,7 @@ class ConfigModel(BaseModel):
marshoai_poke_suffix: str = "揉了揉你的猫耳"
marshoai_enable_richtext_parse: bool = True
marshoai_single_latex_parse: bool = False
marshoai_enable_time_prompt: bool = True
marshoai_enable_nickname_tip: bool = True
marshoai_enable_support_image_tip: bool = True
marshoai_enforce_nickname: bool = True