diff --git a/web/src/routes/mihomo/+page.svelte b/web/src/routes/mihomo/+page.svelte index 7b07281..8e2d24a 100644 --- a/web/src/routes/mihomo/+page.svelte +++ b/web/src/routes/mihomo/+page.svelte @@ -9,7 +9,6 @@ } from '$lib/api/client.js'; import type { MihomoConnectionsResponse, MihomoMetaResponse } from '$lib/api/mihomo-types.js'; import { formatBytes } from '$lib/format.js'; - import * as Tabs from '$lib/components/ui/tabs/index.js'; import * as Table from '$lib/components/ui/table/index.js'; import * as Card from '$lib/components/ui/card/index.js'; import { Button } from '$lib/components/ui/button/index.js'; @@ -43,7 +42,6 @@ const POLL_MS = 8000; - let tab = $state('summary'); let loading = $state(true); let err = $state(null); let rows = $state([]); @@ -185,12 +183,6 @@

- - - Сводка - Прокси по нодам - -