diff --git a/app/page.jsx b/app/page.jsx index 2c4d36e..269ac0e 100644 --- a/app/page.jsx +++ b/app/page.jsx @@ -38,12 +38,10 @@ export default function Page() { <>
- {/* /.swiper-container */}
-
-
+
-
+
{" "} diff --git a/components/homes/home-15/CategoryItems.jsx b/components/homes/home-15/CategoryItems.jsx index 616507d..bc020f7 100644 --- a/components/homes/home-15/CategoryItems.jsx +++ b/components/homes/home-15/CategoryItems.jsx @@ -197,7 +197,7 @@ export default function CategoryItems() { {/* 文字内容 */}
-
+
{post.additional_title}

diff --git a/components/homes/home-15/SwiperItems.jsx b/components/homes/home-15/SwiperItems.jsx index eb3c6b5..faea41c 100644 --- a/components/homes/home-15/SwiperItems.jsx +++ b/components/homes/home-15/SwiperItems.jsx @@ -169,7 +169,7 @@ export default function SwiperItems(props) { } return ( -
+
{/* 新增模块标题和副标题显示 */} {(title || subtitle) && (
@@ -185,9 +185,9 @@ export default function SwiperItems(props) { ) : (
-
+
{post.additional_title || ""}
-

+

{post.title}

-
+

{getSummary(post.subtitle)}

diff --git a/public/assets/custom.css b/public/assets/custom.css index 2535d42..bbdc9e5 100644 --- a/public/assets/custom.css +++ b/public/assets/custom.css @@ -518,3 +518,7 @@ html { box-shadow: none !important; background: #ffffff !important; } + +html, body { + overflow-x: hidden; +} \ No newline at end of file