Skip to content

Commit

Permalink
封面宽度统一为110px(#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
HCLonely committed Sep 19, 2020
1 parent 5b45c90 commit 8cee0db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/templates/template.ejs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="bangumi-item">
<div class="bangumi-picture"><img src="<%= loading || "https://cdn.jsdelivr.net/npm/[email protected]/lib/img/loading.gif" %>" data-src="<%= item.cover %>" referrerPolicy="no-referrer" />
<div class="bangumi-picture"><img src="<%= loading || "https://cdn.jsdelivr.net/npm/[email protected]/lib/img/loading.gif" %>" data-src="<%= item.cover %>" referrerPolicy="no-referrer" width="110"/>
</div>
<div class="bangumi-info">
<div class="bangumi-title">
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.5.0",
"version": "1.5.1",
"description": "hexo bilibili番剧页",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 8cee0db

Please sign in to comment.