fix work count in CJK

This commit is contained in:
niuzhaolong 2025-05-04 21:57:50 +08:00
parent f48ea0384c
commit a91ec7ce3b
2 changed files with 3 additions and 1 deletions

View File

@ -9,6 +9,8 @@ defaultContentLanguage = "zh-Hans"
enableRobotsTXT = true enableRobotsTXT = true
summaryLength = 0 summaryLength = 0
hasCJKLanguage = true
[pagination] [pagination]
pagerSize = 10 pagerSize = 10

View File

@ -51,8 +51,8 @@ fingerprintAlgorithm = "sha256"
showReadingTime = true showReadingTime = true
showTableOfContents = false showTableOfContents = false
showTaxonomies = false showTaxonomies = false
showWordCount = false
showComments = false showComments = false
showWordCount = true
# sharingLinks = ["facebook", "x-twitter", "mastodon", "pinterest", "reddit", "linkedin", "email", "threads", "telegram", "line", "weibo"] # sharingLinks = ["facebook", "x-twitter", "mastodon", "pinterest", "reddit", "linkedin", "email", "threads", "telegram", "line", "weibo"]
[list] [list]