github anzhiyu-c/hexo-theme-anzhiyu 1.6.7

latest releases: 1.6.12, 1.6.11, 1.6.10...
12 months ago

安知鱼主题 1.6.7

  • 漏洞
    【文章列表】修复文章列表标签被点击冒泡造成的事件错误跳转
    【algolia搜索】修复algolia搜索打开时TOC的fixed失效的问题
    【标签】修复introduction-card的img-alt的异常
    【关于页】修复移动端关于页面头像样式异常
    【文章列表】修复文章添加多个分类时,post-meta-categories会粘住fixed #110
  • 优化
    【关于】优化关于页面地图的文字深色模式切换时的动画
    【Twikoo】优化Twikoo评论样式
    【移动端TOC】优化移动端TOC点击
    【footer】footer对copyright的判断
    【即刻】即刻对bilibili视频进行额外的支持
  • 功能
    【关于页】支持关于页-人格-字体颜色personality_type_color #113
    【bilibili】支持bilibili 标签
  • 依赖
    【twikoo】更新twikoo前端版本为1.6.21

从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:

Don't miss a new hexo-theme-anzhiyu release

NewReleases is sending notifications on new releases.