From 85f24f8a84a83185d5b9ce7c579daf63b2354226 Mon Sep 17 00:00:00 2001 From: nanxun Date: Sun, 26 Apr 2026 11:28:45 +0800 Subject: [PATCH] fix: refine polling and settings layout --- frontend/src/views/LiveRoomsView.vue | 68 ++++++++++++++++++- frontend/src/views/SettingsView.vue | 24 ++++--- .../LiveRoomPollingBackgroundService.cs | 58 +++++++++++++--- 3 files changed, 130 insertions(+), 20 deletions(-) diff --git a/frontend/src/views/LiveRoomsView.vue b/frontend/src/views/LiveRoomsView.vue index d7c8ccc..c1ab1ba 100644 --- a/frontend/src/views/LiveRoomsView.vue +++ b/frontend/src/views/LiveRoomsView.vue @@ -1,5 +1,5 @@