doc:非常清晰的工作流程介绍,你一定看得懂吧

This commit is contained in:
SengokuCola
2025-04-26 12:20:33 +08:00
parent 2e0406650b
commit 08be34a581
9 changed files with 157 additions and 129 deletions

View File

@@ -311,7 +311,7 @@ async def build_readable_messages(
)
readable_read_mark = translate_timestamp_to_human_readable(read_mark, mode=timestamp_mode)
read_mark_line = f"\n--- 以上消息已读 (标记时间: {readable_read_mark}) ---\n--- 以下新消息未读---\n"
read_mark_line = f"\n--- 以上消息是你已经思考过的内容已读 (标记时间: {readable_read_mark}) ---\n--- 请关注以下未读的新消息---\n"
# 组合结果,确保空部分不引入多余的标记或换行
if formatted_before and formatted_after: