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