From 203563a00c05a419f740cdda8b979090ee877020 Mon Sep 17 00:00:00 2001 From: JimmyLv Date: Thu, 2 Mar 2023 21:25:05 +0800 Subject: [PATCH] fix: polished styling --- pages/[...slug].tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/[...slug].tsx b/pages/[...slug].tsx index c9826560..8dac3f1f 100644 --- a/pages/[...slug].tsx +++ b/pages/[...slug].tsx @@ -96,7 +96,7 @@ export const Home: NextPage = () => { 你只需要把任意 Bilibili 视频 URL 中的后缀 " @@ -218,7 +218,7 @@ export const Home: NextPage = () => { /> {summary && (
-

+

{ {`【📝 总结:${currentBvId}】`}

-
+
{summary.split("- ").map((sentence, index) => (
{sentence.length > 0 && ( @@ -237,7 +237,7 @@ export const Home: NextPage = () => {
))}
-
+