Skip to content

Commit

Permalink
update 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
5MayRain committed Aug 11, 2021
1 parent 984d1fa commit 667c075
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ themeConfig //主题配置
- [https://team.hackgence.com/](https://team.hackgence.com/)

## 更新日志
### v2.0.5
- 修复自定义头像不可用

### v2.0.4
- 修复 `${fileName} ` 参数不可用
Expand Down
2 changes: 1 addition & 1 deletion dist/themes/dark/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function init() {
<dir class="titleBar_container">
<div class="titleBar_avatar">
<a class="titleBar_item" href="/">
<img src="https://cdn.jsdelivr.net/gh/5MayRain/ImageHosting/Blog/Website/avatar.png">
<img src="${ThemeConfig.avatar}">
</a>
</div>
<div class="titleBar_nav">
Expand Down
2 changes: 1 addition & 1 deletion dist/themes/light/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function init() {
<dir class="titleBar_container">
<div class="titleBar_avatar">
<a class="titleBar_item" href="/">
<img src="https://cdn.jsdelivr.net/gh/5MayRain/ImageHosting/Blog/Website/avatar.png">
<img src="${ThemeConfig.avatar}">
</a>
</div>
<div class="titleBar_nav">
Expand Down

0 comments on commit 667c075

Please sign in to comment.