File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed
Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 11<template >
22 <div class =" home" :class =" recoShow?'reco-show': 'reco-hide'" >
33 <div class =" hero" >
4- <img v-if =" data.heroImage" :style =" heroImageStyle" :src =" $withBase(data.heroImage)" alt =" hero" >
4+ <img
5+ v-if =" data.isShowHeroImage !== false"
6+ :style =" heroImageStyle"
7+ :src =" data.heroImage ? $withBase(data.heroImage) : require('../images/icon_vuepress_reco.png')"
8+ alt =" hero" >
59
610 <h1 v-if =" data.isShowTitleInHome !== false" >{{ data.heroText || $title || '午后南杂' }}</h1 >
711
812 <p class =" description" >{{ data.tagline || $description || 'Welcome to your vuePress-theme-reco site' }}</p >
9- <p class =" huawei" v-if =" $themeConfig.huawei === true" ><i class =" iconfont reco-huawei" style =" color : #fc2d38 " ></i >  ;  ;  ; 华为,为中华而为之!</p >
13+ <p class =" huawei" v-if =" $themeConfig.huawei === true" >
14+ <i class =" iconfont reco-huawei" style =" color : #fc2d38 " ></i >
15+   ;  ;  ; 华为,为中华而为之!
16+ </p >
1017
1118 <p class =" action" v-if =" data.actionText && data.actionLink" >
1219 <NavLink class =" action-button" :item =" actionLink" />
@@ -100,9 +107,6 @@ export default {
100107
101108 .hero {
102109 text-align : center ;
103- img {
104- background-color : $accentColor ;
105- }
106110 h1 {
107111 font-size : 2.5rem ;
108112 }
You can’t perform that action at this time.
0 commit comments