feat: 添加部分节点语义化class

This commit is contained in:
Forget
2024-12-21 21:14:01 +08:00
parent 612a63be97
commit 15f6460b09
8 changed files with 15 additions and 15 deletions
+3 -3
View File
@@ -14,9 +14,9 @@ const Footer: React.FC = () => {
})
return (
<footer className="mx-auto w-full max-w-5xl px-4 lg:px-0 pb-4">
<footer className="mx-auto w-full max-w-5xl px-4 lg:px-0 pb-4 server-footer">
<section className="flex flex-col">
<section className="mt-1 flex items-center sm:flex-row flex-col justify-between gap-2 text-[13px] font-light tracking-tight text-neutral-600/50 dark:text-neutral-300/50">
<section className="mt-1 flex items-center sm:flex-row flex-col justify-between gap-2 text-[13px] font-light tracking-tight text-neutral-600/50 dark:text-neutral-300/50 server-footer-name">
<div className="flex items-center gap-1">
&copy;2020-{new Date().getFullYear()}{" "}
<a href={"https://github.com/naiba/nezha"} target="_blank">
@@ -24,7 +24,7 @@ const Footer: React.FC = () => {
</a>
<p>{settingData?.data?.version || ""}</p>
</div>
<p>
<p className="server-footer-theme">
{t("footer.themeBy")}
<a href={"https://github.com/hamster1963/nezha-dash"} target="_blank">
nezha-dash