Skip to content

Commit

Permalink
footer修改
Browse files Browse the repository at this point in the history
  • Loading branch information
funnyli committed Sep 15, 2020
1 parent 01e8a5f commit f7da8dd
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
19 changes: 19 additions & 0 deletions docs/.vuepress/components/Footer.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<template>
<div class="Footer">
MIT Licensed | Copyright © 2015-present
<a href="https://github.com/fbi-js">fbi-js</a>
</div>
</template>

<script>
export default {}
</script>

<style>
.Footer {
border-top: 1px solid #eaecef;
padding-top: 30px;
margin-top: 40px;
text-align: center;
}
</style>
3 changes: 2 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ features:
details: 您可以选择让 fbi 管理开发依赖项,并在多个项目之间共享,使项目目录更加简洁
- title: 高扩展性
details: 通过 fbi 创建适合您习惯的工作流程非常简单
footer: MIT Licensed | Copyright © 2015-present [fbi-js](https://github.com/fbi-js)
---

<Footer />

0 comments on commit f7da8dd

Please sign in to comment.