Refactor code structure for improved readability and maintainability

This commit is contained in:
yuanhau 2025-05-13 20:43:39 +08:00
parent 157713ed24
commit 5803207451
8 changed files with 18 additions and 6 deletions

View file

@ -1,3 +1,6 @@
<script setup lang="ts">
import copyrightInfo from "~/components/app/info/copyright.vue";
</script>
<template>
<div class="justify-center align-center text-center flex flex-col">
<div class="flex flex-col">
@ -21,5 +24,10 @@
></span
>
</div>
<hr/>
<div class="flex flex-col">
<span class="text-xl">版權資訊</span>
<copyrightInfo />
</div>
</div>
</template>