From 099e0db020d6001c4860b0780c733c15cbaf26e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B5=AA=E5=AD=90?= Date: Fri, 18 Oct 2024 15:40:31 +0800 Subject: [PATCH] Update config.json --- config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index d0a982f..aae0fe1 100644 --- a/config.json +++ b/config.json @@ -8,11 +8,11 @@ "UTC": 8, "urlMode": "pinyin", "style": "", - "script": "const linkElement = document.createElement('link'); linkElement.rel = 'stylesheet'; linkElement.href = 'https://cdn.imsun.org/lxgw-wenkai-screen-webfont/lxgwwenkaigbscreen.css'; linkElement.onload = function() { const styleElement = document.createElement('style'); styleElement.innerHTML = `* { font-family: \\\"LXGW WenKai Screen\\\", sans-serif !important; }`; document.head.appendChild(styleElement); }; document.head.appendChild(linkElement);", + "script": "", "head": "", "allHead": "", "indexStyle": "", - "indexScript": "const linkElement = document.createElement('link'); linkElement.rel = 'stylesheet'; linkElement.href = 'https://cdn.imsun.org/lxgw-wenkai-screen-webfont/lxgwwenkaigbscreen.css'; linkElement.onload = function() { const styleElement = document.createElement('style'); styleElement.innerHTML = `* { font-family: \\\"LXGW WenKai Screen\\\", sans-serif !important; }`; document.head.appendChild(styleElement); }; document.head.appendChild(linkElement);", + "indexScript": "", "showPostSource": 1, "rssSplit": "sentence", "GMEEK_VERSION": "last"