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

@ -76,13 +76,13 @@ const stopDrag = () => {
<div class="flex flex-row gap-1">
<button
@click="emit('min')"
class="p-1 hover:bg-gray-300 dark:hover:bg-gray-600 rounded"
class="p-1 hover:bg-gray-300 dark:hover:bg-gray-600 rounded transition duration-200"
>
</button>
<button
@click="emit('maximize')"
class="p-1 hover:bg-gray-300 dark:hover:bg-gray-600 rounded"
class="p-1 hover:bg-gray-300 dark:hover:bg-gray-600 rounded transition duration-200"
>
</button>