推文模板
文章目录
diff --git a/1970/01/01/Software/01_template_doing/index.html b/1970/01/01/Software/01_template_doing/index.html index 59431d64d..766334e09 100644 --- a/1970/01/01/Software/01_template_doing/index.html +++ b/1970/01/01/Software/01_template_doing/index.html @@ -7,7 +7,7 @@ toggle.addEventListener('click', () => { localStorage.dark = !(html.dataset.dark == 'true'); html.dataset.dark = localStorage.dark; -});