feat: 增加配置 disable_top_img,禁用所有的top_img

fix: 修復 background-image 遇到連結有括號時會無法顯示的bug
fix: Readmode 標題邊距
fix: 修復twikoo 評論數獲取會因為地域問題報錯的bug
This commit is contained in:
Jerry
2021-01-03 00:04:09 +08:00
Unverified
parent c373b64cfb
commit 81fc48df40
6 changed files with 12 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
if page.top_img !== false
if !theme.disable_top_img && page.top_img !== false
if is_post()
- var top_img = page.top_img || page.cover || page.randomcover || theme.default_top_img
else if is_page()

View File

@@ -21,6 +21,7 @@ script.
const getCount = () => {
twikoo.getCommentsCount({
envId: '!{theme.twikoo.envId}',
region: '!{theme.twikoo.region}',
urls: [window.location.pathname],
includeReply: false
}).then(function (res) {