From 1c88c0cbe28174f017fa889607f4407720c9d0a3 Mon Sep 17 00:00:00 2001 From: "ethan.chen" Date: Thu, 8 Jan 2026 14:11:13 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E4=B8=BB=E9=A2=98=E4=B8=BA=E4=BA=AE=E8=93=9D=E8=89=B2=E7=B3=BB?= =?UTF-8?q?=EF=BC=8C=E5=A2=9E=E5=8A=A0=E8=89=B2=E5=BD=A9=E4=B8=B0=E5=AF=8C?= =?UTF-8?q?=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.svelte | 44 +++++++++++++++++------------------ src/app.css | 8 +++---- src/lib/MediaFormModal.svelte | 28 +++++++++++----------- src/lib/MediaItem.svelte | 4 ++-- src/routes/+layout.svelte | 2 +- tailwind.config.js | 17 +++++++++++++- 6 files changed, 59 insertions(+), 44 deletions(-) diff --git a/src/App.svelte b/src/App.svelte index 4465650..07e1e95 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -232,45 +232,45 @@ {#if isInitializing} -
+
-
-

加载中...

+
+

加载中...

{:else if !isAuthenticated} -
-
+
+
-

+

我的评分

-

+

登录你的账号

- +
- + @@ -286,7 +286,7 @@
@@ -295,16 +295,16 @@
{:else} -
+
-
+
{#each categories as category}
-
+
{#if loading}
-
+
{:else}
@@ -346,7 +346,7 @@
{#each pageNumbers as num, i} {#if num === '...'} - ... + ... {:else}