diff --git a/lib/templates/bgmv0-template.ejs b/lib/templates/bgmv0-template.ejs index 81388ed..96a464b 100644 --- a/lib/templates/bgmv0-template.ejs +++ b/lib/templates/bgmv0-template.ejs @@ -39,6 +39,11 @@

<%= __('summary') %>:<%= item.des || __('noSummary') %>

<% if (showMyComment && item.myComment) { %> +
+ <% if (item.myStars) { %> + <%= __('myScore') %>: +
+ <% } %> <%= __('comment') %>:<%= item.myComment %>
<% } %> diff --git a/package.json b/package.json index 41b28f9..d1140cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hexo-bilibili-bangumi", - "version": "1.10.2", + "version": "1.10.3", "description": "hexo bilibili番剧页", "main": "index.js", "scripts": {