mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-08 12:07:06 +08:00
feat: 增加twikoo 最新評論 close #433
feat: 增加twikoo評論數顯示 feat: 增加toc簡潔模式 feat: 最新評論頭像增加lazyload feat: fontawesome和google字體增加異步加載 fix: 修復上個版本導致的圖庫報沒有jQuery的bugs fix: 修復上個版本導致aside 分類展開/收縮按鈕的bugs improvement: toc點擊時改用document.getElementById獲取參數,避免有些字符導致無法跳轉 close #426 improvement: icp圖片限制大小 close #434 improvement: 最新評論優化,當沒有評論時顯示 '沒有評論' improvement: 若瀏覽器支持,scroll將採用原生瀏覽器支持的滾動方法 improvement: 當屏幕沒有滾動條時,rightside會直接顯示
This commit is contained in:
@@ -73,6 +73,7 @@ aside:
|
||||
headline: Newest Comments
|
||||
loading_text: loading...
|
||||
error: Unable to get the data, please make sure the settings are correct.
|
||||
zero: No Comment
|
||||
card_toc: Catalog
|
||||
|
||||
date_suffix:
|
||||
@@ -87,12 +88,13 @@ share: Share
|
||||
|
||||
rightside:
|
||||
readmode_title: Read Mode
|
||||
translate_title: Switch Between Traditional Chinese And Simplified Chinese
|
||||
night_mode_title: Switch Between Light And Dark Mode
|
||||
translate_title: Toggle Between Traditional Chinese And Simplified Chinese
|
||||
night_mode_title: Toggle Between Light And Dark Mode
|
||||
back_to_top: Back To Top
|
||||
toc: Table Of Contents
|
||||
scroll_to_comment: Scroll To Comments
|
||||
setting: Setting
|
||||
aside: Toggle between single-column and double-column
|
||||
|
||||
copy_copyright:
|
||||
author: Author
|
||||
|
||||
@@ -73,6 +73,7 @@ aside:
|
||||
headline: Newest Comments
|
||||
loading_text: loading...
|
||||
error: Unable to get the data, please make sure the settings are correct.
|
||||
zero: No Comment
|
||||
card_toc: Catalog
|
||||
|
||||
date_suffix:
|
||||
@@ -93,6 +94,7 @@ rightside:
|
||||
toc: Table Of Contents
|
||||
scroll_to_comment: Scroll To Comments
|
||||
setting: Setting
|
||||
aside: Toggle between single-column and double-column
|
||||
|
||||
copy_copyright:
|
||||
author: Author
|
||||
|
||||
@@ -73,7 +73,8 @@ aside:
|
||||
card_newest_comments:
|
||||
headline: 最新评论
|
||||
loading_text: 正在加载中...
|
||||
error: 无法获取资料,请确认相关配置是否正确
|
||||
error: 无法获取评论,请确认相关配置是否正确
|
||||
zero: 没有评论
|
||||
card_toc: 目录
|
||||
|
||||
date_suffix:
|
||||
@@ -94,6 +95,7 @@ rightside:
|
||||
toc: 目录
|
||||
scroll_to_comment: 直达评论
|
||||
setting: 设置
|
||||
aside: 单栏和双栏切换
|
||||
|
||||
copy_copyright:
|
||||
author: 作者
|
||||
|
||||
@@ -73,7 +73,8 @@ aside:
|
||||
card_newest_comments:
|
||||
headline: 最新評論
|
||||
loading_text: 正在加載中...
|
||||
error: 無法獲取資料,請確認相關配置是否正確
|
||||
error: 無法獲取評論,請確認相關配置是否正確
|
||||
zero: 沒有評論
|
||||
card_toc: 目錄
|
||||
|
||||
date_suffix:
|
||||
@@ -94,6 +95,7 @@ rightside:
|
||||
toc: 目錄
|
||||
scroll_to_comment: 直達評論
|
||||
setting: 設定
|
||||
aside: 單欄和雙欄切換
|
||||
|
||||
copy_copyright:
|
||||
author: 作者
|
||||
|
||||
Reference in New Issue
Block a user