chore(vuepress-theme-reco): remove huawei text
This commit is contained in:
parent
7507ad29a6
commit
bbdddcc02e
@ -58,10 +58,6 @@ yarn dev
|
||||
yarn build
|
||||
```
|
||||
|
||||
## Remind
|
||||
|
||||
**首页新增 “华为” 相关文案,请允许我以这样的方式支持 “华为”。**
|
||||
|
||||
## Preview
|
||||
|
||||
![size.png](https://i.loli.net/2020/01/13/nCbXp13lRG2TNeD.png)
|
||||
|
@ -58,10 +58,6 @@ yarn dev
|
||||
yarn build
|
||||
```
|
||||
|
||||
## Remind
|
||||
|
||||
**首页新增 “华为” 相关文案,请允许我以这样的方式支持 “华为”。**
|
||||
|
||||
## Preview
|
||||
|
||||
![size.png](https://i.loli.net/2020/01/13/nCbXp13lRG2TNeD.png)
|
||||
|
@ -17,19 +17,13 @@
|
||||
</p>
|
||||
</ModuleTransition>
|
||||
<ModuleTransition delay="0.16">
|
||||
<p class="huawei" v-if="recoShowModule && $themeConfig.huawei === true">
|
||||
<i class="iconfont reco-huawei" style="color: #fc2d38"></i>
|
||||
华为,为中华而为之!
|
||||
</p>
|
||||
</ModuleTransition>
|
||||
<ModuleTransition delay="0.24">
|
||||
<p class="action" v-if="recoShowModule && $frontmatter.actionText && $frontmatter.actionLink">
|
||||
<NavLink class="action-button" :item="actionLink"/>
|
||||
</p>
|
||||
</ModuleTransition>
|
||||
</div>
|
||||
|
||||
<ModuleTransition delay="0.32">
|
||||
<ModuleTransition delay="0.24">
|
||||
<div class="features" v-if="recoShowModule && $frontmatter.features && $frontmatter.features.length">
|
||||
<div v-for="(feature, index) in $frontmatter.features" :key="index" class="feature">
|
||||
<h2>{{ feature.title }}</h2>
|
||||
@ -37,7 +31,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</ModuleTransition>
|
||||
<ModuleTransition delay="0.4">
|
||||
<ModuleTransition delay="0.32">
|
||||
<Content class="home-center" v-show="recoShowModule" custom/>
|
||||
</ModuleTransition>
|
||||
</div>
|
||||
|
@ -23,17 +23,9 @@
|
||||
{{ $frontmatter.tagline || $description || 'Welcome to your vuePress-theme-reco site' }}
|
||||
</p>
|
||||
</ModuleTransition>
|
||||
|
||||
<ModuleTransition delay="0.16">
|
||||
<p
|
||||
class="huawei"
|
||||
v-if="recoShowModule && $themeConfig.huawei === true">
|
||||
<i class="iconfont reco-huawei" style="color: #fc2d38"></i> 华为,为中华而为之!
|
||||
</p>
|
||||
</ModuleTransition>
|
||||
</div>
|
||||
|
||||
<ModuleTransition delay="0.24">
|
||||
<ModuleTransition delay="0.16">
|
||||
<div v-show="recoShowModule" class="home-blog-wrapper">
|
||||
<div class="blog-list">
|
||||
<!-- 博客列表 -->
|
||||
@ -67,7 +59,7 @@
|
||||
</div>
|
||||
</ModuleTransition>
|
||||
|
||||
<ModuleTransition delay="0.36">
|
||||
<ModuleTransition delay="0.24">
|
||||
<Content v-show="recoShowModule" class="home-center" custom/>
|
||||
</ModuleTransition>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user