From 689c37d527be4562c62948527f34a8b4523ca215 Mon Sep 17 00:00:00 2001 From: amtoaer Date: Wed, 15 Apr 2026 00:36:41 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=B7=BB=E5=8A=A0=E4=B8=80=E4=BA=9B?= =?UTF-8?q?=E9=81=97=E6=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/routes/video/[id]/+page.svelte | 40 +++++++++++--------------- 1 file changed, 16 insertions(+), 24 deletions(-) diff --git a/web/src/routes/video/[id]/+page.svelte b/web/src/routes/video/[id]/+page.svelte index 34aa975..364b102 100644 --- a/web/src/routes/video/[id]/+page.svelte +++ b/web/src/routes/video/[id]/+page.svelte @@ -6,17 +6,11 @@ import api from '$lib/api'; import SquareArrowOutUpRightIcon from '@lucide/svelte/icons/square-arrow-out-up-right'; import type { ApiError, VideoResponse, UpdateVideoStatusRequest } from '$lib/types'; - import { - RotateCcwIcon, - SquarePenIcon, - BrushCleaningIcon, - RefreshCwIcon - } from '@lucide/svelte/icons'; + import { RotateCcwIcon, SquarePenIcon, BrushCleaningIcon } from '@lucide/svelte/icons'; import { setBreadcrumb } from '$lib/stores/breadcrumb'; import { appStateStore, ToQuery } from '$lib/stores/filter'; import VideoCard from '$lib/components/video-card.svelte'; import StatusEditor from '$lib/components/status-editor.svelte'; - import { Badge } from '$lib/components/ui/badge/index.js'; import { toast } from 'svelte-sonner'; let videoData: VideoResponse | null = null; @@ -247,23 +241,21 @@ style="grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));" > {#each videoData.pages as pageInfo (pageInfo.id)} -
- -
+ {/each}