From 7bf094b6b62cdd7c6dfd0457ba5cb447bd64ab0f Mon Sep 17 00:00:00 2001 From: binary-husky Date: Sat, 7 Dec 2024 22:43:03 +0800 Subject: [PATCH] remove --- themes/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/common.js b/themes/common.js index f525915e..31ac535a 100644 --- a/themes/common.js +++ b/themes/common.js @@ -1072,7 +1072,7 @@ function reset_conversation(a, b) { setCookie("js_previous_chat_cookie", a, 1); b = btoa(unescape(encodeURIComponent(JSON.stringify(b)))); setCookie("js_previous_history_cookie", b, 1); - gen_restore_btn(); + // gen_restore_btn(); return [[], [], "已重置"]; }