宠物挂件添加到配置
This commit is contained in:
tangly1024
2021-12-31 15:26:12 +08:00
parent b0be0643cf
commit 3c2d82ddfe
3 changed files with 4 additions and 3 deletions

View File

@@ -75,7 +75,7 @@ const Index = ({ allPosts, tags, categories }) => {
<BlogPostArchive key={archiveTitle} posts={archivePosts[archiveTitle]} archiveTitle={archiveTitle}/>
))}
</div>
<Live2D/>
{BLOG.showPet && <Live2D/>}
</BaseLayout>
)
}