feat: 首页配置中添加隐藏右侧边栏配置项
This commit is contained in:
parent
8f3df4a892
commit
523133d316
|
|
@ -24,6 +24,7 @@ features: # 可选的
|
|||
# 文章列表显示方式: detailed 默认,显示详细版文章列表(包括作者、分类、标签、摘要、分页等)| simple => 显示简约版文章列表(仅标题和日期)| none 不显示文章列表
|
||||
# postList: detailed
|
||||
# simplePostListLength: 10 # 简约版文章列表显示的文章数量,默认10。(仅在postList设置为simple时生效)
|
||||
# hideRightBar: true # 是否隐藏右侧边栏
|
||||
---
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -135,7 +135,7 @@
|
|||
<Content class="theme-vdoing-content custom card-box" />
|
||||
</template>
|
||||
|
||||
<template #mainRight>
|
||||
<template v-if="!homeData.hideRightBar" #mainRight>
|
||||
<BloggerBar v-if="$themeConfig.blogger" />
|
||||
<CategoriesBar
|
||||
v-if="
|
||||
|
|
|
|||
Loading…
Reference in New Issue