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 @@