modify ui

This commit is contained in:
Julian Freeman
2025-12-08 11:01:22 -04:00
parent 618fd2d933
commit fd28d4764a
7 changed files with 20 additions and 11 deletions

View File

@@ -54,7 +54,7 @@ onMounted(loadHistory)
<header class="mb-8 flex justify-between items-center">
<div>
<h1 class="text-3xl font-bold text-zinc-900 dark:text-white">下载历史</h1>
<p class="text-gray-500 dark:text-gray-400 mt-2">管理您的下载记录</p>
<!-- <p class="text-gray-500 dark:text-gray-400 mt-2">管理您的下载记录</p> -->
</div>
<button
@click="clearHistory"