@@ -101,13 +94,14 @@ export default async function DraftContent(params) {
{createCategory(post.category)} {' • '}
{' '}
{post.content.length}字
+ {/* {' • '} --- */}
{createTag(post.tag)}
-
+
@@ -167,4 +161,4 @@ export async function generateMetadata({ params }) {
return {
title: post.title,
};
-}
+}
\ No newline at end of file