File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 77 background: `url(${$frontmatter.bgImage ? $withBase($frontmatter.bgImage) : require('../images/home-bg.jpg')}) center/cover no-repeat`}" ></div >
88 <ModuleTransition >
99 <img
10- v-if =" $frontmatter.isShowHeroImage !== false && recoShowModule "
10+ v-if =" recoShowModule && $frontmatter.isShowHeroImage === true "
1111 :style =" heroImageStyle"
1212 :src =" $frontmatter.heroImage ? $withBase($frontmatter.heroImage) : require('../images/icon_vuepress_reco.png')"
1313 alt =" hero" >
1414 </ModuleTransition >
1515 <ModuleTransition >
16- <h1 v-if =" recoShowModule && $frontmatter.isShowTitleInHome !== false" >{{ $frontmatter.heroText || $title || '午后南杂' }}</h1 >
16+ <h1 v-if =" $frontmatter.isShowTitleInHome !== false" >{{ $frontmatter.heroText || $title || '午后南杂' }}</h1 >
1717 </ModuleTransition >
1818
1919 <ModuleTransition delay =" 0.08" >
You can’t perform that action at this time.
0 commit comments