add prompt and temperature to cookie

This commit is contained in:
binary-husky
2024-04-02 18:02:00 +08:00
parent cb7c0703be
commit 6c90ff80ea
5 changed files with 69 additions and 16 deletions

View File

@@ -178,11 +178,8 @@ setTimeout(() => {
js_code_show_or_hide_group2 = """
(display_panel_arr)=>{
setTimeout(() => {
// console.log("display_panel_arr");
// get conf
display_panel_arr = get_checkbox_selected_items("cbsc");
////////////////////// 添加Live2D形象 ///////////////////////////
let searchString = "添加Live2D形象";
let ele = "none";
if (display_panel_arr.includes(searchString)) {
@@ -193,7 +190,6 @@ setTimeout(() => {
$('.waifu').hide();
}
}, 50);
}
"""