Skip to content

Commit

Permalink
Update to V5.0-beta14
Browse files Browse the repository at this point in the history
Update to V5.0-beta14
  • Loading branch information
michaelliunsky committed Oct 22, 2023
1 parent 588f8a7 commit 3e88df6
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ niRvana 使用 [GPL V3.0](https://github.com/michaelliunsky/niRvana-theme/blob/m

# 更新日志

## 20231022 v5.0beta14

- **性能优化**:更改了 Gravatar 为更快镜像源
- **修复**:后台“主题设置”页面“语音合成”部分拖拽 Slider 按钮层不被左侧菜单浮动遮罩的 BUG

## 20231006 v5.0beta13

- **性能优化**:修复滚动图片 DOM 元素不断增加导致 JS 内存无法回收的严重问题
Expand Down
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -1012,7 +1012,7 @@ function inlojv_custom_avatar($avatar, $id_or_email, $size, $default, $alt)
$email_hash = md5(strtolower(trim($email)));
$random_avatar = array_rand($random_avatar_arr, 1);
$src = $random_avatar_arr[$random_avatar]["avatar"];
$avatar = "<img alt='{$alt}' src='//cdn.helingqi.com/avatar/{$email_hash}?d=404' onerror='javascript:this.src=\"{$src}\";this.onerror=null;' class='avatar avatar-{$size} photo' height='{$size}' width='{$size}' />";
$avatar = "<img alt='{$alt}' src='//jsd.onmicrosoft.cn/avatar/{$email_hash}?d=404' onerror='javascript:this.src=\"{$src}\";this.onerror=null;' class='avatar avatar-{$size} photo' height='{$size}' width='{$size}' />";
}
return $avatar;
}
Expand Down
2 changes: 1 addition & 1 deletion pandastudio_framework/assets/css/font-awesome.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pandastudio_framework/assets/css/rewrite.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
THEME NAME: niRvana
THEME URI: https://blog.mkliu.top/
DESCRIPTION: 作品展示模板,适用于设计稿、摄影、图片新闻等以图片为中心的展示。
VERSION: 5.0.0-beta13
VERSION: 5.0.0-beta14
AUTHOR: michaelliunsky: <a href="https://blog.mkliu.top/">https://blog.mkliu.top/</a>
AUTHOR URI:https://blog.mkliu.top/
TAGS: Design Photograph
Expand Down

0 comments on commit 3e88df6

Please sign in to comment.