mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-12 14:07:06 +08:00
feat: twikoo增加 region 配置
fix: 修復twikoo 廣州地域下,最新評論無法讀取的bugs fix: 修復waline背景設定無效的bugs fix: 修復twikoo 廣州地域下,page 頁進入post頁,twikoo評論報錯的bugs
This commit is contained in:
@@ -5,8 +5,9 @@ script.
|
||||
const $countDom = document.getElementById('twikoo-count')
|
||||
const init = () => {
|
||||
let initData = {
|
||||
el: '#twikoo-wrap',
|
||||
envId: '!{theme.twikoo.envId}',
|
||||
el: '#twikoo-wrap'
|
||||
region: '!{theme.twikoo.region}'
|
||||
}
|
||||
|
||||
if (!{Boolean(option)}) {
|
||||
|
||||
Reference in New Issue
Block a user