mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 13:27:08 +00:00
fix
This commit is contained in:
parent
7431814d1e
commit
9c41251164
2 changed files with 2 additions and 2 deletions
|
|
@ -133,7 +133,7 @@ export async function getGroupContextPrompt (e, length) {
|
|||
// eslint-disable-next-line no-template-curly-in-string
|
||||
.replace('${message.sender.title}', sender.title || '-')
|
||||
// eslint-disable-next-line no-template-curly-in-string
|
||||
.replace('${message.time}', formatTimeToBeiJing(chat.time) || '-')
|
||||
.replace('${message.time}', chat.time ? formatTimeToBeiJing(chat.time) : '-')
|
||||
// eslint-disable-next-line no-template-curly-in-string
|
||||
.replace('${message.messageId}', chat.messageId || '-')
|
||||
// eslint-disable-next-line no-template-curly-in-string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue