From 39556ebd3d8c76c4f71b4d67465cb8961cb9316b Mon Sep 17 00:00:00 2001 From: moux1024 <403053463@qq.com> Date: Wed, 24 Sep 2025 16:03:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20=E7=AD=BE=E5=88=B0?= =?UTF-8?q?=E6=A8=A1=E5=9D=97h5=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/layout/signin-box.tsx | 41 +++++++++++++++++++------------- components/layout/top-bar.tsx | 6 ++--- components/ui/VideoCoverflow.tsx | 1 - 3 files changed, 26 insertions(+), 22 deletions(-) diff --git a/components/layout/signin-box.tsx b/components/layout/signin-box.tsx index 2cee5f7..004f8b7 100644 --- a/components/layout/signin-box.tsx +++ b/components/layout/signin-box.tsx @@ -61,10 +61,10 @@ export default function SigninPage() { if (isInitialLoading) { return ( -
- - -
+
+ + +
Loading...
@@ -75,47 +75,53 @@ export default function SigninPage() { } return ( -
+
{/* Signin status card */} - - -

+ + +

Daily Sign-in

-

Sign in to earn credits. Credits are valid for 7 days

-
+

Sign in to earn credits. Credits are valid for 7 days

+
{showTip && ( -
+

Sign-in Rules

• Daily sign-in earns 100 credits

• Credits are valid for 7 days

• Expired credits will be automatically cleared

-
+
)}
- +
-
+
Earned Credits
-
+
{signinData.credits || 0}
@@ -124,9 +130,10 @@ export default function SigninPage() { {/* Sign-in button */}
); diff --git a/components/ui/VideoCoverflow.tsx b/components/ui/VideoCoverflow.tsx index 5f1bd1c..0fa17d8 100644 --- a/components/ui/VideoCoverflow.tsx +++ b/components/ui/VideoCoverflow.tsx @@ -121,7 +121,6 @@ const VideoCoverflow: React.FC = ({ modules={isMobile ? [Autoplay, EffectCards] : [Autoplay, EffectCoverflow]} effect={isMobile ? 'cards' : 'coverflow'} key={isMobile ? 'cards' : 'coverflow'} - data-test={isMobile} centeredSlides slidesPerView={isMobile ? 1 : 2} loop