mirror of
https://gitee.com/novel_dev_team/novel-front-web
synced 2026-07-20 17:54:10 +08:00
feat(Footer.vue): 增加 Footer 组件
This commit is contained in:
30
src/components/common/Footer.vue
Normal file
30
src/components/common/Footer.vue
Normal file
@@ -0,0 +1,30 @@
|
||||
<template>
|
||||
<div class="footer">
|
||||
<div class="box_center cf">
|
||||
<div class="copyright">
|
||||
<ul>
|
||||
<li class="menu">
|
||||
<a href="/?to=mobile">手机站</a><i class="line">|</i
|
||||
><a href="/">网站首页</a><i class="line">|</i
|
||||
><a href="/about/default.html">关于我们</a><i class="line">|</i
|
||||
><a href="/about/contact.html">联系我们</a><i class="line">|</i
|
||||
><a href="/user/feedback.html">反馈留言</a><i class="line">|</i
|
||||
><a href="/author/index.html">作家专区</a><i class="line">|</i
|
||||
><a href="/mobile/fiction_house.apk">客户端</a>
|
||||
</li>
|
||||
<li>
|
||||
Copyright (C) xiongxyang.gitee.io All rights
|
||||
reserved 小说精品屋版权所有
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "Footer"
|
||||
|
||||
};
|
||||
</script>
|
||||
Reference in New Issue
Block a user