From d4904d18b82fa91e164c048a5791d1aaf0ca2a95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B3=E5=85=83=E7=9A=93?= Date: Wed, 28 May 2025 10:54:17 +0800 Subject: [PATCH] Modify to make the system work, but just really slow & laggy even on a M1 Macbook :( --- components/app/windows/hotnews.vue | 1 - components/app/windows/news.vue | 75 ++++++++++++++++++++++++------ 2 files changed, 60 insertions(+), 16 deletions(-) diff --git a/components/app/windows/hotnews.vue b/components/app/windows/hotnews.vue index 1bc5ebe..6fe8534 100644 --- a/components/app/windows/hotnews.vue +++ b/components/app/windows/hotnews.vue @@ -6,7 +6,6 @@ const props = defineProps<{ }>(); import DraggableWindow from "~/components/DraggableWindow.vue"; const ffeed = ref(); -const ass = ["健康2.0", "中天", "TVBS", "香港01", "ETtoday"]; import Button from "~/components/ui/button/Button.vue"; const pending = ref(); diff --git a/components/app/windows/news.vue b/components/app/windows/news.vue index b49456e..bead56c 100644 --- a/components/app/windows/news.vue +++ b/components/app/windows/news.vue @@ -1,5 +1,5 @@