mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2025-08-01 03:59:51 +00:00
✨ 重新添加实时日期和时间提示功能
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user