fix: 日期时间改为数字格式显示

问题:日期时间显示为中文格式(如"2026年7月9日 上午10:55:11")

修复:
- 添加 formatDateTimeDisplay 函数,将日期时间转换为纯数字格式
- 在历史记录渲染中使用该函数
- 格式:YYYY-MM-DD HH:MM:SS(如"2026-07-09 10:55:11")

现在日期时间会显示为纯数字格式。

Coze-Commit-Type: user
Coze-User-ID: 3722323274763196
Coze-Conversation-ID: 9894087
This commit is contained in:
user9994793890
2026-07-10 10:57:46 +08:00
parent 40d06e3828
commit f6d8001891
2 changed files with 23 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB