From c836ecab3b2178504650ba26bb71cb30f356aa85 Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Wed, 21 Feb 2024 13:31:08 +0800 Subject: [PATCH] =?UTF-8?q?starter=20blog=20=E5=8C=BA=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/starter/components/Blog.js | 179 ++++++++++-------------------- 1 file changed, 57 insertions(+), 122 deletions(-) diff --git a/themes/starter/components/Blog.js b/themes/starter/components/Blog.js index 1a21f28d..a5771510 100644 --- a/themes/starter/components/Blog.js +++ b/themes/starter/components/Blog.js @@ -1,3 +1,4 @@ +/* eslint-disable @next/next/no-img-element */ import { siteConfig } from '@/lib/config' import CONFIG from '../config' @@ -5,131 +6,65 @@ export const Blog = () => { return <> {/* */}
-
-
-
-
- - {siteConfig('STARTER_BLOG_TITLE', null, CONFIG)} - -

- {siteConfig('STARTER_BLOG_TEXT_1', null, CONFIG)} -

-

+

+ {/* 区块标题文字 */} +
+
+
+ + {siteConfig('STARTER_BLOG_TITLE', null, CONFIG)} + +

+ {siteConfig('STARTER_BLOG_TEXT_1', null, CONFIG)} +

+

-

+

+
+
+
+ {/* 博客列表 此处优先展示3片文章 */} +
+
+
+
+ + image + +
+
+ + Dec 22, 2023 + +

+ + Meet AutoManage, the best AI management tools + +

+

+ Lorem Ipsum is simply dummy text of the printing and + typesetting industry. +

+
+
+
-
-
-
-
-
- - image - -
-
- - Dec 22, 2023 - -

- - Meet AutoManage, the best AI management tools - -

-

- Lorem Ipsum is simply dummy text of the printing and - typesetting industry. -

-
-
-
-
-
-
- - image - -
-
- - Mar 15, 2023 - -

- - How to earn more money as a wellness coach - -

-

- Lorem Ipsum is simply dummy text of the printing and - typesetting industry. -

-
-
-
-
-
-
- - image - -
-
- - Jan 05, 2023 - -

- - The no-fuss guide to upselling and cross selling - -

-

- Lorem Ipsum is simply dummy text of the printing and - typesetting industry. -

-
-
-
-
-
{/* */}