From e4dbf9108e74ae527c3a3384cd2b38f1edacda4c Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Mon, 1 Apr 2024 13:53:24 +0800 Subject: [PATCH] theme-game load bg cover --- themes/game/index.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/themes/game/index.js b/themes/game/index.js index 8c6db087..6ae7c784 100644 --- a/themes/game/index.js +++ b/themes/game/index.js @@ -377,18 +377,18 @@ const LayoutSlug = props => {

- {siteConfig('TITLE')} + {siteInfo.title || siteConfig('TITLE')}

- {siteConfig('DESCRIPTION')} + {siteInfo.description || siteConfig('DESCRIPTION')}

{/* 游戏封面图 */} - {game?.img && ( + {game?.pageCoverThumbnail && ( )}