From 82240f85b38ceef120fc2a4aed09f68b15158b92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A5=9E=E7=A7=98=E4=BA=BA?= <3311118881@qq.com> Date: Tue, 22 Apr 2025 20:33:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=A0=87=E7=AD=BE=E9=A1=B5?= =?UTF-8?q?=E7=9A=84=E6=A0=87=E9=A2=98=E5=92=8C=E6=8F=8F=E8=BF=B0=E4=B8=BA?= =?UTF-8?q?=E2=80=9C=E6=A0=87=E7=AD=BE=E5=A2=99=E2=80=9D=EF=BC=8C=E4=BB=A5?= =?UTF-8?q?=E6=9B=B4=E5=A5=BD=E5=9C=B0=E5=8F=8D=E6=98=A0=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E5=86=85=E5=AE=B9=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/tags/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/tags/page.tsx b/src/app/tags/page.tsx index 5f9753b..a95a504 100755 --- a/src/app/tags/page.tsx +++ b/src/app/tags/page.tsx @@ -5,8 +5,8 @@ import TagItemCard from "./components/TagItemCard" import { Metadata } from "next"; export const metadata: Metadata = { - title: "标签页", - description: "标签页", + title: "标签墙", + description: "标签墙", }; export default async () => { @@ -14,7 +14,7 @@ export default async () => { return (
-

标签页

+

标签墙

{data.map((tag, index) => (