remove gen restore btn

This commit is contained in:
binary-husky 2024-12-07 16:22:29 +08:00
parent 48e53cba05
commit 94ccd77480
1 changed files with 1 additions and 1 deletions

View File

@ -1058,7 +1058,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 [[], [], "已重置"];
}