From 9cb9aed1dcdd6c684150321ff5145b38d533b7f0 Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Fri, 10 Mar 2023 17:15:34 +0800 Subject: [PATCH] =?UTF-8?q?=E9=81=AE=E7=BD=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/simple/LayoutBase.js | 3 +++ themes/simple/components/Cover.js | 15 +++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 themes/simple/components/Cover.js diff --git a/themes/simple/LayoutBase.js b/themes/simple/LayoutBase.js index 3d0aa59c..7b68d638 100644 --- a/themes/simple/LayoutBase.js +++ b/themes/simple/LayoutBase.js @@ -10,6 +10,7 @@ import BLOG from '@/blog.config' import { TopBar } from './components/TopBar' import CONFIG_SIMPLE from './config_simple' import { isBrowser, loadExternalResource } from '@/lib/utils' +import { Cover } from './components/Cover' /** * 基础布局 采用左右两侧布局,移动端使用顶部导航栏 @@ -54,6 +55,8 @@ const LayoutBase = props => {