Skip to content

Commit

Permalink
Update config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jkjoy authored Oct 18, 2024
1 parent 68fdf05 commit 78bc46f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "<link rel=\"stylesheet\" href=\"https://cdn.sgcd.net/lxgw-wenkai-screen-webfont/lxgwwenkaigbscreen.css\" /><style>body {font-family: \"LXGW WenKai Screen\", sans-serif;}</style>",
"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"
Expand Down

0 comments on commit 78bc46f

Please sign in to comment.