feat: enhance UI components with improved styles and new windows; add error handling and copyright information

This commit is contained in:
yuanhau 2025-05-12 23:05:42 +08:00
parent eaa9b15b2d
commit 1065a982b0
10 changed files with 142 additions and 78 deletions

View file

@ -0,0 +1,10 @@
<template>
<div class="justify-center align-center text-center flex flex-col">
<span class="text-7xl m-4 m-1 mb-0 text-center align-center justify-center"
>404</span
>
<span class="text-2xl text-center align-center justify-center"
>User interface Not Found</span
>
</div>
</template>