mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-08 12:07:06 +08:00
feat: 最新評論更新 [
1. <a> 標簽將會顯示 `[鏈接]` 2. <img>標簽將會顯示 `[圖片]` 3. <pre><code> 標簽將顯示 `[代碼]` 4. github-issues 獲取到的 url 改爲對應文章地址,而不是issues地址 5. 時間 time 增加 datetime屬性 6. waline 獲取到頭像會先匹配 waline數據庫是否有qq頭像屬性 7. 部分評論顯示的時間改爲更新時間 ]
This commit is contained in:
@@ -74,6 +74,9 @@ aside:
|
||||
loading_text: loading...
|
||||
error: Unable to get the data, please make sure the settings are correct.
|
||||
zero: No Comment
|
||||
image: image
|
||||
link: link
|
||||
code: code
|
||||
card_toc: Catalog
|
||||
|
||||
date_suffix:
|
||||
|
||||
@@ -74,6 +74,9 @@ aside:
|
||||
loading_text: loading...
|
||||
error: Unable to get the data, please make sure the settings are correct.
|
||||
zero: No Comment
|
||||
image: image
|
||||
link: link
|
||||
code: code
|
||||
card_toc: Catalog
|
||||
|
||||
date_suffix:
|
||||
|
||||
@@ -75,6 +75,9 @@ aside:
|
||||
loading_text: 正在加载中...
|
||||
error: 无法获取评论,请确认相关配置是否正确
|
||||
zero: 没有评论
|
||||
image: 图片
|
||||
link: 链接
|
||||
code: 代码
|
||||
card_toc: 目录
|
||||
|
||||
date_suffix:
|
||||
|
||||
@@ -20,7 +20,7 @@ post:
|
||||
created: 發表於
|
||||
updated: 更新於
|
||||
wordcount: 字數總計
|
||||
min2read: 閲讀時長
|
||||
min2read: 閱讀時長
|
||||
min2read_unit: 分鐘
|
||||
page_pv: 閱讀量
|
||||
comments: 評論數
|
||||
@@ -72,9 +72,12 @@ aside:
|
||||
more_button: 檢視更多
|
||||
card_newest_comments:
|
||||
headline: 最新評論
|
||||
loading_text: 正在加載中...
|
||||
loading_text: 正在載入中...
|
||||
error: 無法獲取評論,請確認相關配置是否正確
|
||||
zero: 沒有評論
|
||||
image: 圖片
|
||||
link: 連結
|
||||
code: 代碼
|
||||
card_toc: 目錄
|
||||
|
||||
date_suffix:
|
||||
|
||||
Reference in New Issue
Block a user