Skip to content

Commit bbdddcc

Browse files
author
reco_luan
committed
chore(vuepress-theme-reco): remove huawei text
1 parent 7507ad2 commit bbdddcc

File tree

4 files changed

+4
-26
lines changed

4 files changed

+4
-26
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,6 @@ yarn dev
5858
yarn build
5959
```
6060

61-
## Remind
62-
63-
**首页新增 “华为” 相关文案,请允许我以这样的方式支持 “华为”。**
64-
6561
## Preview
6662

6763
![size.png](https://i.loli.net/2020/01/13/nCbXp13lRG2TNeD.png)

packages/vuepress-theme-reco/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,6 @@ yarn dev
5858
yarn build
5959
```
6060

61-
## Remind
62-
63-
**首页新增 “华为” 相关文案,请允许我以这样的方式支持 “华为”。**
64-
6561
## Preview
6662

6763
![size.png](https://i.loli.net/2020/01/13/nCbXp13lRG2TNeD.png)

packages/vuepress-theme-reco/components/Home.vue

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,27 +17,21 @@
1717
</p>
1818
</ModuleTransition>
1919
<ModuleTransition delay="0.16">
20-
<p class="huawei" v-if="recoShowModule && $themeConfig.huawei === true">
21-
<i class="iconfont reco-huawei" style="color: #fc2d38"></i>
22-
&nbsp;&nbsp;&nbsp;华为,为中华而为之!
23-
</p>
24-
</ModuleTransition>
25-
<ModuleTransition delay="0.24">
2620
<p class="action" v-if="recoShowModule && $frontmatter.actionText && $frontmatter.actionLink">
2721
<NavLink class="action-button" :item="actionLink"/>
2822
</p>
2923
</ModuleTransition>
3024
</div>
3125

32-
<ModuleTransition delay="0.32">
26+
<ModuleTransition delay="0.24">
3327
<div class="features" v-if="recoShowModule && $frontmatter.features && $frontmatter.features.length">
3428
<div v-for="(feature, index) in $frontmatter.features" :key="index" class="feature">
3529
<h2>{{ feature.title }}</h2>
3630
<p>{{ feature.details }}</p>
3731
</div>
3832
</div>
3933
</ModuleTransition>
40-
<ModuleTransition delay="0.4">
34+
<ModuleTransition delay="0.32">
4135
<Content class="home-center" v-show="recoShowModule" custom/>
4236
</ModuleTransition>
4337
</div>

packages/vuepress-theme-reco/components/HomeBlog.vue

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,9 @@
2323
{{ $frontmatter.tagline || $description || 'Welcome to your vuePress-theme-reco site' }}
2424
</p>
2525
</ModuleTransition>
26-
27-
<ModuleTransition delay="0.16">
28-
<p
29-
class="huawei"
30-
v-if="recoShowModule && $themeConfig.huawei === true">
31-
<i class="iconfont reco-huawei" style="color: #fc2d38"></i>&nbsp;&nbsp;&nbsp;华为,为中华而为之!
32-
</p>
33-
</ModuleTransition>
3426
</div>
3527

36-
<ModuleTransition delay="0.24">
28+
<ModuleTransition delay="0.16">
3729
<div v-show="recoShowModule" class="home-blog-wrapper">
3830
<div class="blog-list">
3931
<!-- 博客列表 -->
@@ -67,7 +59,7 @@
6759
</div>
6860
</ModuleTransition>
6961

70-
<ModuleTransition delay="0.36">
62+
<ModuleTransition delay="0.24">
7163
<Content v-show="recoShowModule" class="home-center" custom/>
7264
</ModuleTransition>
7365
</div>

0 commit comments

Comments
 (0)