From 430f0872a2c3c2fc16a534084823cf6bf0235899 Mon Sep 17 00:00:00 2001 From: amzrk2 Date: Fri, 18 Sep 2020 13:22:29 +0800 Subject: update: remove unused resources --- static/assets/js/fuji.min.js | 1 - 1 file changed, 1 deletion(-) delete mode 100644 static/assets/js/fuji.min.js (limited to 'static/assets/js') diff --git a/static/assets/js/fuji.min.js b/static/assets/js/fuji.min.js deleted file mode 100644 index 68ef5a8..0000000 --- a/static/assets/js/fuji.min.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";function getNowTheme(){var e=document.body.getAttribute("data-theme");return"auto"===e?window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light":"dark"===e?"dark":"light"}function updateUtterancesTheme(e){var t=getNowTheme();e&&("dark"===t?e.contentWindow.postMessage({type:"set-theme",theme:"photon-dark"},"https://utteranc.es"):e.contentWindow.postMessage({type:"set-theme",theme:"github-light"},"https://utteranc.es"))}function searchAll(e,t,n){var o=new Fuse(t,{shouldSort:!0,distance:1e4,keys:[{name:"title",weight:2},{name:"tags",weight:1.5},{name:"content",weight:1}]}).search(e);return 0