mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-01 07:36:39 +08:00
Merge 3c618f7970
into 108069a0c6
This commit is contained in:
commit
f1dc875214
@ -1901,7 +1901,9 @@ function _Chat() {
|
||||
<div className={styles["chat-message-action-date"]}>
|
||||
{isContext
|
||||
? Locale.Chat.IsContext
|
||||
: message.date.toLocaleString()}
|
||||
: `${message.date.toLocaleString()}${
|
||||
message.model ? ` - Model: ${message.model}` : ''
|
||||
}`}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user