mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-06-06 05:11:45 +08:00
update
This commit is contained in:
+15
-13
@@ -602,7 +602,7 @@ facebook_comments:
|
||||
pageSize: 10
|
||||
# Choose: social / time / reverse_time
|
||||
order_by: social
|
||||
lang: zh_TW
|
||||
lang: en_US
|
||||
|
||||
# Twikoo
|
||||
# https://github.com/imaegoo/twikoo
|
||||
@@ -927,20 +927,21 @@ mermaid:
|
||||
# chartjs
|
||||
# see https://www.chartjs.org/docs/latest/
|
||||
chartjs:
|
||||
enable: true
|
||||
# 下面的設置是正對 ChartJS 的預設樣式設置,非必要請勿修改,除非你理解他們是如何工作的
|
||||
# 當然,樣式會以具體的 MD 語法設置優先,其次為該預設設置,最後為 ChartJS 本身的預設設置
|
||||
color: # 表格通用字體顏色
|
||||
light: "rgba(0, 0, 0, 0.8)" # 淺色模式
|
||||
dark: "rgba(255, 255, 255, 0.8)" # 深色模式
|
||||
borderColor: # 表格通用邊框顏色
|
||||
enable: false
|
||||
# Do not modify unless you understand how they work.
|
||||
# The default settings are only used when the MD syntax is not specified.
|
||||
# General font color for the chart
|
||||
fontColor:
|
||||
light: "rgba(0, 0, 0, 0.8)"
|
||||
dark: "rgba(255, 255, 255, 0.8)"
|
||||
# General border color for the chart
|
||||
borderColor:
|
||||
light: "rgba(0, 0, 0, 0.1)"
|
||||
dark: "rgba(255, 255, 255, 0.2)"
|
||||
scale:
|
||||
ticks:
|
||||
backdropColor: # 針對雷達圖和極地圖的刻度標籤背景色
|
||||
light: "transparent"
|
||||
dark: "transparent"
|
||||
# Background color for scale labels on radar and polar area charts
|
||||
scale_ticks_backdropColor:
|
||||
light: "transparent"
|
||||
dark: "transparent"
|
||||
|
||||
# Note - Bootstrap Callout
|
||||
note:
|
||||
@@ -1068,6 +1069,7 @@ CDN:
|
||||
# canvas_fluttering_ribbon:
|
||||
# canvas_nest:
|
||||
# canvas_ribbon:
|
||||
# chartjs:
|
||||
# click_heart:
|
||||
# clickShowText:
|
||||
# disqusjs:
|
||||
|
||||
Reference in New Issue
Block a user