MyGit

1.6.7

anzhiyu-c/hexo-theme-anzhiyu

版本发布时间: 2023-09-28 09:05:52

anzhiyu-c/hexo-theme-anzhiyu最新发布版本:1.6.12(2023-12-06 19:02:09)

安知鱼主题 1.6.7

从1.6.5升级到1.6.6版本或者1.6.7版本,配置文件需要做以下变更,1.6.6升级1.6.7无需变更。

diff --git a/_config.yml b/_config.yml
index 992d8ef..ac57720 100644
--- a/_config.yml
+++ b/_config.yml
@@ -599,9 +599,9 @@ site_verification:
 
 theme_color:
   enable: true
-  main: "#3b70fc"
+  main: "#425AEF"
   dark_main: "#f2b94b"
-  paginator: "#3b70fc"
+  paginator: "#425AEF"
   #   button_hover: "#FF7242"
   text_selection: "#2128bd"
   link_color: "var(--anzhiyu-fontcolor)"
@@ -609,9 +609,9 @@ theme_color:
   hr_color: "#4259ef23"
   code_foreground: "#fff"
   code_background: "var(--anzhiyu-code-stress)"
-  toc_color: "#3b70fc"
-  #   blockquote_padding_color: "#3b70fc"
-  #   blockquote_background_color: "#3b70fc"
+  toc_color: "#425AEF"
+  #   blockquote_padding_color: "#425AEF"
+  #   blockquote_background_color: "#425AEF"
   scrollbar_color: "var(--anzhiyu-scrollbar)"
   meta_theme_color_light: "#f7f9fe"
   meta_theme_color_dark: "#18171d"
@@ -972,7 +972,7 @@ aplayerInject:
 snackbar:
   enable: true
   position: top-center
-  bg_light: "#3b70fc" # The background color of Toast Notification in light mode
+  bg_light: "#425AEF" # The background color of Toast Notification in light mode
   bg_dark: "#1f1f1f" # The background color of Toast Notification in dark mode
 
 # https://instant.page/
@@ -1056,7 +1056,7 @@ friends_vue:
   apiurl: # 朋友圈后端地址
   top_background:
 
-# 黑色模式粒子效果canvas
+# 深色模式粒子效果canvas
 universe:
   enable: true
 
@@ -1186,6 +1186,11 @@ agreementPopup:
 rightClickMenu:
   enable: false
 
+# 首页随便逛逛people模式 而非技能点模式,关闭后为技能点模式需要配置creativity.yml
+peoplecanvas:
+  enable: true
+  img: https://upload-bbs.miyoushe.com/upload/2023/09/03/125766904/ee23df8517f3c3e3efc4145658269c06_5714860933110284659.png
+
 # 动效
 dynamicEffect:
   postTopWave: true # 文章顶部波浪效果
@@ -1233,6 +1238,7 @@ CDN:
     # right_click_menu_js:
     # comment_barrage_js:
     # ai_abstract_js:
+    # people_js:
     # local_search:
     # algolia_js:
     # algolia_search:

相关地址:原始地址 下载(tar) 下载(zip)

查看:2023-09-28发行的版本