feat: 更新网站配置和内容,优化国际化设置
refactor: 重构产线页面和路由,移除无用代码 style: 调整内容格式和样式,统一中英文标点 docs: 更新产品描述和元数据,完善多语言支持
This commit is contained in:
@@ -1,12 +1,8 @@
|
||||
import BuiltWithButton from "@/components/BuiltWithButton";
|
||||
import { TwitterX } from "@/components/social-icons/icons";
|
||||
import { siteConfig } from "@/config/site";
|
||||
import { Link as I18nLink } from "@/i18n/routing";
|
||||
import { FooterLink } from "@/types/common";
|
||||
import { GithubIcon, MailIcon } from "lucide-react";
|
||||
import { getMessages, getTranslations } from "next-intl/server";
|
||||
import Link from "next/link";
|
||||
import { SiBluesky, SiDiscord } from "react-icons/si";
|
||||
|
||||
export default async function Footer() {
|
||||
const messages = await getMessages();
|
||||
@@ -37,7 +33,7 @@ export default async function Footer() {
|
||||
|
||||
<p className="text-sm p4-4 md:pr-12">{t("tagLine")}</p>
|
||||
|
||||
<div className="flex items-center gap-2">
|
||||
{/* <div className="flex items-center gap-2">
|
||||
{siteConfig.socialLinks?.github && (
|
||||
<Link
|
||||
href={siteConfig.socialLinks.github}
|
||||
@@ -103,9 +99,9 @@ export default async function Footer() {
|
||||
<MailIcon className="w-4 h-4" />
|
||||
</Link>
|
||||
)}
|
||||
</div>
|
||||
</div> */}
|
||||
|
||||
<BuiltWithButton />
|
||||
{/* <BuiltWithButton /> */}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user