From 8cee0db9a2718b40d0e3bdd53c5172e0e8145a82 Mon Sep 17 00:00:00 2001 From: HCLonely Date: Sat, 19 Sep 2020 19:45:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=81=E9=9D=A2=E5=AE=BD=E5=BA=A6=E7=BB=9F?= =?UTF-8?q?=E4=B8=80=E4=B8=BA110px(#10)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/templates/template.ejs | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/templates/template.ejs b/lib/templates/template.ejs index 362b57e..6f5b854 100644 --- a/lib/templates/template.ejs +++ b/lib/templates/template.ejs @@ -1,5 +1,5 @@
-
" data-src="<%= item.cover %>" referrerPolicy="no-referrer" /> +
" data-src="<%= item.cover %>" referrerPolicy="no-referrer" width="110"/>
diff --git a/package.json b/package.json index 0995a9d..c81ba1a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hexo-bilibili-bangumi", - "version": "1.5.0", + "version": "1.5.1", "description": "hexo bilibili番剧页", "main": "index.js", "scripts": {