Enhance footer and localization: add open source references, update footer design, and optimize descriptions for clarity.

This commit is contained in:
yuanhau 2025-05-14 21:59:45 +08:00
parent 96b297f617
commit 861c6b8e35
5 changed files with 39 additions and 24 deletions

View file

@ -12,6 +12,7 @@ import {
ViewfinderCircleIcon,
DocumentDuplicateIcon,
} from "@heroicons/vue/24/outline";
import { GithubIcon } from "lucide-vue-next";
import { gsap } from "gsap";
import { TextPlugin } from "gsap/TextPlugin";
gsap.registerPlugin(TextPlugin);
@ -44,6 +45,11 @@ const cards = [
title: t("home.cards.title.documentation"),
description: t("home.cards.description.documentation"),
},
{
icon: GithubIcon,
title: t("home.cards.title.opensource"),
description: t("home.cards.description.opensource")
}
];
const accordionItems = [