diff --git a/public/img/icon/play-journal-card.svg b/public/img/icon/play-journal-card.svg new file mode 100644 index 0000000..1cd7729 --- /dev/null +++ b/public/img/icon/play-journal-card.svg @@ -0,0 +1,4 @@ + diff --git a/src/components/Category.tsx b/src/components/Category.tsx index 73d0757..62264c9 100644 --- a/src/components/Category.tsx +++ b/src/components/Category.tsx @@ -7,7 +7,7 @@ const Category = async ({ list, current }: { list: Category[]; current: string } {item.nameCh} diff --git a/src/components/Journal/JournalCard.tsx b/src/components/Journal/JournalCard.tsx index 347ead3..488628f 100644 --- a/src/components/Journal/JournalCard.tsx +++ b/src/components/Journal/JournalCard.tsx @@ -1,13 +1,15 @@ import Image from 'next/image'; -function VolNo({ no }: { no: string }) { +import styles from './index.module.css'; + +function VolNo({ text }: { text: string }) { return ( -
- {no.toString().padStart(4, '0')} +
+ {text.toString().padStart(4, '0')}
- -VOL
+ +VOL
{title}
} +{title}
++
{summary}
{/* 精选评论 */} @@ -33,7 +33,7 @@ export default function JournalItem({+
{commentList[0].content}
diff --git a/src/components/Journal/JournalRecommendCard.tsx b/src/components/Journal/JournalRecommendCard.tsx index b0320ac..b44b9e9 100644 --- a/src/components/Journal/JournalRecommendCard.tsx +++ b/src/components/Journal/JournalRecommendCard.tsx @@ -5,10 +5,10 @@ export default function JournalRecommendCard({ title, image, userCollectCount }:+
{title}
-{`${userCollectCount}人收藏`}
+{`${userCollectCount}人收藏`}