From c0428c5d3d552444466651036d2bb17ebe82ebb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=B2=A9=E5=B2=A9?= Date: Mon, 9 Feb 2026 00:28:02 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E9=87=8D=E6=9E=84=20App.vue=20?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E6=96=B0=E6=9E=B6=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 使用 useChannels 替代内联频道逻辑 - 使用 useFavorites/useHistory 替代内联收藏/历史 - 移除 channels/groups 计算属性 - 简化 props 传递到子组件 - 删除无用方法 (fetchChannelData, parseChannelData 等) --- ui/src/App.vue | 403 ++++++++----------------------- ui/src/components/DebugPanel.vue | 43 ---- 2 files changed, 101 insertions(+), 345 deletions(-) delete mode 100644 ui/src/components/DebugPanel.vue diff --git a/ui/src/App.vue b/ui/src/App.vue index 1b169d2..9784396 100644 --- a/ui/src/App.vue +++ b/ui/src/App.vue @@ -1,34 +1,17 @@ diff --git a/ui/src/components/DebugPanel.vue b/ui/src/components/DebugPanel.vue deleted file mode 100644 index 7d68926..0000000 --- a/ui/src/components/DebugPanel.vue +++ /dev/null @@ -1,43 +0,0 @@ - - -