mirror of
https://github.com/Kisechan/Mainpage.git
synced 2025-08-30 23:37:18 +00:00
更新页脚内容,调整导航菜单项,更新首页描述
This commit is contained in:
@ -1,18 +1,34 @@
|
||||
<template>
|
||||
<el-footer>
|
||||
<div class="footer-content">
|
||||
<p>© 2023 Kisechan</p>
|
||||
<p>还在做还在做还在做还在做</p>
|
||||
<div class="social-icons">
|
||||
<a href="https://twitter.com" target="_blank">
|
||||
<i class="fab fa-twitter"></i>
|
||||
</a>
|
||||
<a href="https://facebook.com" target="_blank">
|
||||
<i class="fab fa-facebook"></i>
|
||||
</a>
|
||||
<a href="https://github.com" target="_blank">
|
||||
<a href="https://github.com/Kisechan" target="_blank">
|
||||
<i class="fab fa-github"></i>
|
||||
</a>
|
||||
<a href="https://www.zhihu.com/people/ptkise" target="_blank">
|
||||
<i class="fab fa-zhihu"></i>
|
||||
</a>
|
||||
<a href="https://space.bilibili.com/174541536" target="_blank">
|
||||
<i class="fab fa-bilibili"></i>
|
||||
</a>
|
||||
<a href="https://blog.kisechan.space" target="_blank">
|
||||
<i class="fa-solid fa-blog"></i>
|
||||
</a>
|
||||
<a href="mailto:admin@kisechan.space" target="_blank">
|
||||
<i class="fa-solid fa-envelope"></i>
|
||||
</a>
|
||||
</div>
|
||||
<div class="footer-text">
|
||||
<p>
|
||||
© 2025 By
|
||||
<a
|
||||
href="https://github.com/Kisechan"
|
||||
target="_blank"
|
||||
rel="nofollow noopener"
|
||||
><strong>Kisechan</strong></a
|
||||
>
|
||||
</p>
|
||||
<p>功能完善中...</p>
|
||||
</div>
|
||||
</div>
|
||||
</el-footer>
|
||||
@ -38,12 +54,12 @@
|
||||
}
|
||||
|
||||
.social-icons a {
|
||||
color: #b9b7b7;
|
||||
color: #303133;
|
||||
margin: 0 10px;
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
.social-icons a:hover {
|
||||
color: #dddade;
|
||||
color: rgb(159.5, 206.5, 255);
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
@ -7,9 +7,9 @@
|
||||
|
||||
<!-- 右侧导航选项 -->
|
||||
<div class="menu-items">
|
||||
<el-menu-item index="/">首页</el-menu-item>
|
||||
<!-- <el-menu-item index="/">首页</el-menu-item> -->
|
||||
<el-menu-item @click="goToBlog">博客</el-menu-item>
|
||||
<el-menu-item index="/links">链接</el-menu-item>
|
||||
<el-menu-item index="/links">友链</el-menu-item>
|
||||
</div>
|
||||
</el-menu>
|
||||
</template>
|
||||
|
Reference in New Issue
Block a user