From 35e5f951976819ed6aa1102641e8e7220e71d6b5 Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Fri, 25 Mar 2022 14:44:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E7=AB=A0=E5=8A=A0=E9=94=81=EF=BC=9Afu?= =?UTF-8?q?kasawa=E6=A0=B7=E5=BC=8F=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/fukasawa/components/ArticleLock.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/fukasawa/components/ArticleLock.js b/themes/fukasawa/components/ArticleLock.js index a25f1fc2..6917b6c1 100644 --- a/themes/fukasawa/components/ArticleLock.js +++ b/themes/fukasawa/components/ArticleLock.js @@ -21,8 +21,8 @@ export const ArticleLock = props => { } } - return ( -
+ return (
+
文章已加锁,请输入访问密码:
@@ -44,5 +44,5 @@ export const ArticleLock = props => {
- ) +
) }