add prompt and temperature to cookie

这个提交包含在:
binary-husky
2024-04-02 18:02:00 +08:00
父节点 cb7c0703be
当前提交 6c90ff80ea
共有 5 个文件被更改,包括 69 次插入16 次删除

查看文件

@@ -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);
}
"""