From 4c5df07fa43f91665ab976029fd24821b2460040 Mon Sep 17 00:00:00 2001 From: roozen <2273038475@qq.com> Date: Mon, 31 Jul 2023 11:22:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=BF=BD=E7=95=AA=E9=A1=B5?= =?UTF-8?q?=E8=AF=84=E8=AE=BA=E5=92=8C=E6=A0=87=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/bangumis.html | 10 +++++----- templates/modules/head.html | 4 +++- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/templates/bangumis.html b/templates/bangumis.html index fcb7672a..71e659b4 100644 --- a/templates/bangumis.html +++ b/templates/bangumis.html @@ -1,5 +1,5 @@ - @@ -518,11 +518,11 @@
- - + name = 'bangumis', + allowComment = true)}"/> diff --git a/templates/modules/head.html b/templates/modules/head.html index 69bfa14a..cefd6d7f 100644 --- a/templates/modules/head.html +++ b/templates/modules/head.html @@ -319,7 +319,9 @@ case 'photos': title = '图库' break; - + case 'bangumis': + title = '追番' + break; } if (title != '') document.title = title + ' - ' + [[${ site.title }]]