1.6.4
版本发布时间: 2023-08-29 12:54:30
anzhiyu-c/hexo-theme-anzhiyu最新发布版本:1.6.14(2024-10-08 17:54:06)
注意此版本关于页面的生涯配置存在变化
careers:
tips: 生涯
title: 无限进步
- item: EDU,软件工程专业
+ list:
+ - desc: EDU,软件工程专业
+ color: "#357ef5"
img: https://img02.anheyu.com/adminuploads/1/2022/09/26/6330e9bcc39cc.png
安知鱼主题 1.6.4
- 优化 【文章内容】移动端样式优化 【动画】优化动画透明度 【体验优化】不再被触控板双指前进后退误触 【文章】优化文章顶部Info布局 【深色模式】优化自动深色模式 【评论弹幕】优化评论弹幕加载时机,存在评论页面才加载 【配置】优化默认未配置主题时的表现
- 漏洞 【AI摘要】修复Tianli AI摘要刷新无法随机的问题 【pjax】修复pjax刷新类名无效问题 【侧栏最近文章】侧栏最近文章超出修复 【标签】修复dogeplayer标签pjax失效 【代码块】修复代码块图标超出导致的异常滚动 【页脚】修复页面内容高度不够时的页脚布局
- 动效 【文章】文章新增下滑滚动视图差出现动效 【评论】新增页面评论动画
- 配置 【动效】新增动效配置 【关于】更新关于页面生涯配置方法 【docsearch】默认配置移除docsearch的option选项
diff --git a/_config.yml b/_config.yml
index e207130..6951e11 100644
--- a/_config.yml
+++ b/_config.yml
@@ -107,42 +107,6 @@ docsearch:
apiKey: # see email
indexName: # see email
option:
- placeholder: "Ctrl/⌘ + K 唤醒搜索服务"
- maxResultsPerGroup: 7
- translations:
- button:
- buttonText: "搜索"
- buttonAriaLabel: "搜索"
- modal:
- searchBox:
- resetButtonTitle: "清空"
- resetButtonAriaLabel: "清空"
- cancelButtonText: "取消"
- cancelButtonAriaLabel: "取消"
- startScreen:
- recentSearchesTitle: "最近搜索历史"
- noRecentSearchesText: "搜索历史为空"
- saveRecentSearchButtonTitle: "保存搜索记录"
- removeRecentSearchButtonTitle: "清除搜索记录"
- favoriteSearchesTitle: "收藏夹"
- removeFavoriteSearchButtonTitle: "移出收藏夹"
- errorScreen:
- titleText: "未能获取搜索结果"
- helpText: "您可能需要检查您的网络连接"
- footer:
- selectText: "选择"
- selectKeyAriaLabel: "回车键"
- navigateText: "切换"
- navigateUpKeyAriaLabel: "方向键上"
- navigateDownKeyAriaLabel: "方向键下"
- closeText: "关闭"
- closeKeyAriaLabel: "退出键"
- searchByText: "搜索服务提供: DocSearch by"
- noResultsScreen:
- noResultsText: "未搜索到相关内容"
- suggestedQueryText: "您可尝试搜索"
- reportMissingResultsText: "确认搜索结果是正确的?"
- reportMissingResultsLinkText: "反馈给Algolia"
# Local search
local_search:
@@ -1208,7 +1172,7 @@ ptool:
# 欢迎语配置
greetingBox:
- enable: false
+ enable: false #开启后必须配置下面的list对应的时间段,不然会出现小白条
default: 晚上好👋
list:
# - greeting: 晚安😴
@@ -1277,6 +1241,12 @@ agreementPopup:
rightClickMenu:
enable: false
+# 动效
+dynamicEffect:
+ postTopWave: true # 文章顶部波浪效果
+ postTopRollZoomInfo: false # 文章顶部滚动时缩放
+ pageCommentsRollZoom: false # 非文章页面评论滚动时缩放显示(仅仅Twikoo生效)
+
# Inject
# Insert the code to head (before '</head>' tag) and the bottom (before '</body>' tag)
# 插入代码到头部 </head> 之前 和 底部 </body> 之前