diff --git a/src/app/(home)/page.tsx b/src/app/(home)/page.tsx index 11d7f9a7da..374cd89355 100644 --- a/src/app/(home)/page.tsx +++ b/src/app/(home)/page.tsx @@ -88,7 +88,7 @@ const TwoColumnLayout = ({ rightContainerClassName?: string }) => { return ( -
+
{children.slice(0, 2).map((child, i) => { return (
{ <> '(已编辑)'} > diff --git a/src/styles/theme.css b/src/styles/theme.css index cc96fffc82..1354406f13 100644 --- a/src/styles/theme.css +++ b/src/styles/theme.css @@ -93,14 +93,14 @@ } .animation-blink { - animation: blink 1s ease-in-out infinite alternate; + animation: blink 2s ease infinite both; } @keyframes blink { 0% { opacity: 0; } - 30% { + 50% { opacity: 1; } 100% {