diff --git a/config.json b/config.json
index 0dc6875..4b36f0b 100644
--- a/config.json
+++ b/config.json
@@ -8,11 +8,11 @@
"UTC": 8,
"urlMode": "pinyin",
"style": "",
- "script": "",
+ "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": "",
+ "allHead": "",
"indexStyle": "",
- "indexScript": "",
+ "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"