cookie storage to local storage

This commit is contained in:
binary-husky
2024-12-09 23:52:02 +08:00
parent 294df6c2d5
commit c88d8047dd
4 changed files with 16 additions and 17 deletions

View File

@@ -87,12 +87,6 @@ js_code_for_toggle_darkmode = """() => {
}"""
js_code_for_persistent_cookie_init = """(web_cookie_cache, cookie) => {
return [getCookie("web_cookie_cache"), cookie];
}
"""
js_code_clear = """
(a,b)=>{
return ["", ""];