From b9d09a16ec46a84b059c4867250fb53a567de37d Mon Sep 17 00:00:00 2001 From: tone Date: Sat, 27 Dec 2025 13:25:11 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96=E5=8D=9A=E5=AE=A2?= =?UTF-8?q?=E8=A1=A8=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../web/blog/components/BlogTable.tsx | 21 +++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/apps/frontend/app/console/(with-menu)/web/blog/components/BlogTable.tsx b/apps/frontend/app/console/(with-menu)/web/blog/components/BlogTable.tsx index d7ba560..edc7cea 100644 --- a/apps/frontend/app/console/(with-menu)/web/blog/components/BlogTable.tsx +++ b/apps/frontend/app/console/(with-menu)/web/blog/components/BlogTable.tsx @@ -28,10 +28,11 @@ export default function BlogTable({ blogs, error, onRefresh }: BlogTableProps) { } - Id + Id 标题 描述 - 文章URL + Slug + 文章URL 操作 @@ -42,7 +43,7 @@ export default function BlogTable({ blogs, error, onRefresh }: BlogTableProps) { -
{blog.id}
+
{blog.id}

{blog.id}

@@ -52,7 +53,19 @@ export default function BlogTable({ blogs, error, onRefresh }: BlogTableProps) { {blog.title} {blog.description} - {blog.contentUrl} + {blog.slug} + + + + +
{blog.contentUrl}
+
+ +

{blog.contentUrl}

+
+
+
+
onRefresh()}>