mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 21:37:11 +00:00
feat: conversation preserve duration
This commit is contained in:
parent
fc715e302e
commit
5e28722601
2 changed files with 8 additions and 8 deletions
|
|
@ -24,7 +24,7 @@ const converter = new showdown.Converter({
|
|||
* 单位:秒
|
||||
* @type {number}
|
||||
*/
|
||||
const CONVERSATION_PRESERVE_TIME = 600
|
||||
const CONVERSATION_PRESERVE_TIME = Config.conversationPreserveTime
|
||||
|
||||
mjAPI.config({
|
||||
MathJax: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue