From c251ec9dcfa0e7f8b1010e59f76604c0f32afabc Mon Sep 17 00:00:00 2001 From: alger Date: Sat, 20 Dec 2025 19:45:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=A6=9C=E5=8D=95=20l?= =?UTF-8?q?oading?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer/views/toplist/index.vue | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/renderer/views/toplist/index.vue b/src/renderer/views/toplist/index.vue index e3deeaf..d738249 100644 --- a/src/renderer/views/toplist/index.vue +++ b/src/renderer/views/toplist/index.vue @@ -28,11 +28,6 @@
{{ item.updateFrequency || '' }}
- -
- - 加载中... -
@@ -164,11 +159,6 @@ onMounted(() => { } } -.loading-more { - @apply flex justify-center items-center py-4; - @apply text-gray-500 dark:text-gray-400; -} - .mobile { .toplist-list { @apply px-4 gap-4;