🎨 Clear history

This commit is contained in:
Liang Ding 2022-06-30 10:50:17 +08:00
parent 158e289152
commit ea4f722edb
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -71,6 +71,7 @@ func clearWorkspaceHistory(c *gin.Context) {
return
}
util.PushClearMsg(msgId)
time.Sleep(500 * time.Millisecond)
util.PushMsg(model.Conf.Language(99), 1000*5)
}