From 86a7752b71d3d9b84198379e2fa9b1f0def50321 Mon Sep 17 00:00:00 2001 From: HCLonely Date: Tue, 27 Aug 2024 22:27:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=EF=BC=9A=E5=90=8C=E6=97=B6?= =?UTF-8?q?=E5=90=AF=E7=94=A8=E8=BF=BD=E7=95=AA=E8=BF=9B=E5=BA=A6=E6=9D=A1?= =?UTF-8?q?=E5=92=8C=E8=87=AA=E5=B7=B1=E7=9A=84=E8=AF=84=E8=AE=BA=E6=97=B6?= =?UTF-8?q?=E5=AF=BC=E8=87=B4=E6=A0=B7=E5=BC=8F=E9=94=99=E4=B9=B1(#499)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/templates/bgmv0-template.ejs | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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": {