增加blog

This commit is contained in:
ymk
2025-08-04 20:08:55 +08:00
parent 23b0e06e65
commit 9d3824006b
11 changed files with 406 additions and 9 deletions

View File

@@ -20,11 +20,15 @@ export default function Footer() {
>
{t("editorName")}
</Link>
<Link
href="https://forms.gle/MHCFY5DxND7VEjQ87"
href={`/${locale}/blogs`}
className="text-sm text-muted-foreground hover:text-primary"
>
{t("blogName")}
</Link>
<Link
href="/features-form"
className="text-sm text-muted-foreground hover:text-primary"
target="_blank"
>
Features Wanted
</Link>
@@ -33,6 +37,12 @@ export default function Footer() {
<Flex gap={"2"} direction={"column"}>
<Heading as="h2" size="4">Resources</Heading>
<Link
href="https://gero3.github.io/facetype.js/"
className="text-sm text-muted-foreground hover:text-primary"
>
Converter From .ttf to .json
</Link>
<Link
href="/do-not-write-on-this-page"
className="text-sm text-muted-foreground hover:text-primary"

View File

@@ -16,7 +16,6 @@ export default function Header() {
<Text size="6" color="iris"><Strong>{t("appName")}</Strong></Text>
</a>
</Box >
<Flex gap={"4"} justify={"center"} align={"center"} className="w-1/2">
<Link
href={`/${locale}/editor`}
@@ -26,9 +25,14 @@ export default function Header() {
</Link>
<Link
href="https://forms.gle/MHCFY5DxND7VEjQ87"
href={`/${locale}/blogs`}
className="text-sm text-muted-foreground hover:text-primary"
>
{t("blogName")}
</Link>
<Link
href="/features-form"
className="text-sm text-muted-foreground hover:text-primary"
target="_blank"
>
Features Wanted
</Link>