From 475e5f6f60a33558290ebd4d6d115ecf5e3d676a Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Sat, 2 Apr 2022 10:15:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=B1=E8=89=B2=E6=A8=A1=E5=BC=8F=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E9=85=8D=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- blog.config.js | 2 +- themes/example/LayoutBase.js | 8 ++++---- themes/example/LayoutIndex.js | 2 +- themes/medium/LayoutBase.js | 4 ++-- themes/medium/LayoutSlug.js | 2 +- themes/medium/components/ArticleDetail.js | 4 ++-- themes/medium/components/BlogPostCard.js | 3 +-- themes/medium/components/BlogPostListPage.js | 1 - themes/medium/components/Catalog.js | 2 +- themes/medium/components/Footer.js | 2 +- themes/medium/components/Progress.js | 3 ++- themes/medium/components/TopNavBar.js | 2 +- themes/next/components/Card.js | 2 +- themes/next/components/SideAreaLeft.js | 6 +++--- 14 files changed, 21 insertions(+), 22 deletions(-) diff --git a/blog.config.js b/blog.config.js index 1e7de4a5..d10d93e6 100644 --- a/blog.config.js +++ b/blog.config.js @@ -19,7 +19,7 @@ const BLOG = { FONT: 'font-serif tracking-wider subpixel-antialiased', // 文章字体 ['font-sans', 'font-serif', 'font-mono'] @see https://www.tailwindcss.cn/docs/font-family FONT_AWESOME_PATH: 'https://cdn.bootcdn.net/ajax/libs/font-awesome/5.15.4/css/all.min.css', // 图标库CDN ,国内推荐BootCDN,国外推荐 CloudFlare https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css BACKGROUND_LIGHT: '#eeeeee', // use hex value, don't forget '#' e.g #fffefc - BACKGROUND_DARK: '#111827', // use hex value, don't forget '#' + BACKGROUND_DARK: '#000000', // use hex value, don't forget '#' PATH: '', // leave this empty unless you want to deploy in a folder POST_LIST_STYLE: 'page', // ['page','scroll] 文章列表样式:页码分页、单页滚动加载 diff --git a/themes/example/LayoutBase.js b/themes/example/LayoutBase.js index 96f635a6..b4fe7964 100644 --- a/themes/example/LayoutBase.js +++ b/themes/example/LayoutBase.js @@ -32,8 +32,8 @@ const LayoutBase = props => {
{/* 导航菜单 */} -
-
+
+
@@ -42,14 +42,14 @@ const LayoutBase = props => {
-