更新标签页的标题和描述为“标签墙”,以更好地反映页面内容。

This commit is contained in:
神秘人
2025-04-22 20:33:25 +08:00
parent 8cdfe2bad2
commit 82240f85b3

View File

@@ -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 (
<div className="py-[50px] mt-[60px] h-screen overflow-scroll hide_sliding">
<h1 className="relative z-20 text-4xl font-bold text-center"></h1>
<h1 className="relative z-20 text-4xl font-bold text-center"></h1>
<div className="relative z-20 flex flex-wrap justify-center w-11/12 mx-auto py-10 px-0 sm:px-10">
{data.map((tag, index) => (