feat: enhance typography with new font sources, update footer layout, and improve navigation structure

This commit is contained in:
yuanhau 2025-05-07 00:03:44 +08:00
parent 7c7601a38b
commit d773473eb0
13 changed files with 172 additions and 31 deletions

View file

@ -1,9 +1,12 @@
<template>
<div
class="flex flex-row justify-center align-center text-center absolute inset-x-0"
class="flex flex-col justify-center align-center text-center absolute inset-x-0"
>
<span class="text-xs m-4"
>{{ new Date().getFullYear() }} &copy; 吳元皓</span
<span class="text-sm m-4 mb-0 text-center align-center justify-center"
>{{ new Date().getFullYear() }} &copy; yh</span
>
<span class="text-xs mt-0 m-2 text-center align-center justify-center">
Inspired by Ground.News
</span>
</div>
</template>