fix(webui): complete temporary chat mode

This commit is contained in:
chengyongru
2026-08-08 23:20:59 +08:00
committed by Xubin Ren
parent c9a6145878
commit a5bc3bfbb9
51 changed files with 1285 additions and 945 deletions
+4 -2
View File
@@ -51,9 +51,11 @@
},
"temporaryChat": {
"title": "Temporary chat",
"description": "Not saved to history or memory. Requests still go to your model provider, and tool actions may leave changes.",
"description": "Not saved to history or memory. Reloading, closing, or losing the connection ends these chats. Requests still go to your model provider, and tool actions may leave changes.",
"notSaved": "Not saved",
"clear": "Clear temporary chat"
"clear": "Clear temporary chat",
"sectionTitle": "Temporary chats",
"closeAction": "Close temporary chat"
},
"sidebar": {
"navigation": "Sidebar navigation",