From 1ccd6a470655d0fab47e53d8aaa51f1f4513dbb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B5=AA=E5=AD=90?= Date: Fri, 18 Oct 2024 15:10:01 +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 4b36f0b..d0a982f 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": "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);", "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": "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);", "showPostSource": 1, "rssSplit": "sentence", "GMEEK_VERSION": "last"