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;