Skip to content

Commit

Permalink
修复:同时启用追番进度条和自己的评论时导致样式错乱(#499)
Browse files Browse the repository at this point in the history
  • Loading branch information
HCLonely committed Aug 27, 2024
1 parent 9a7761b commit 86a7752
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions lib/templates/bgmv0-template.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@
<div class="bangumi-comments" style="margin-top: 10px;<%- color ? `color:${color};` : '' %>">
<p><%= __('summary') %><%= item.des || __('noSummary') %></p>
<% if (showMyComment && item.myComment) { %>
<div class="bangumi-my-comments">
<% if (item.myStars) { %>
<%= __('myScore') %><span class="bangumi-starstop"><span class="bangumi-starlight stars<%= item.myStars %>"></span></span>
<br>
<% } %>
<%= __('comment') %><%= item.myComment %>
</div>
<% } %>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hexo-bilibili-bangumi",
"version": "1.10.2",
"version": "1.10.3",
"description": "hexo bilibili番剧页",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 86a7752

Please sign in to comment.