mirror of
https://github.com/Kisechan/Mainpage.git
synced 2025-07-09 22:57:17 +00:00
更新页脚内容,调整导航菜单项,更新首页描述
This commit is contained in:
@ -1,18 +1,34 @@
|
|||||||
<template>
|
<template>
|
||||||
<el-footer>
|
<el-footer>
|
||||||
<div class="footer-content">
|
<div class="footer-content">
|
||||||
<p>© 2023 Kisechan</p>
|
|
||||||
<p>还在做还在做还在做还在做</p>
|
|
||||||
<div class="social-icons">
|
<div class="social-icons">
|
||||||
<a href="https://twitter.com" target="_blank">
|
<a href="https://github.com/Kisechan" 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">
|
|
||||||
<i class="fab fa-github"></i>
|
<i class="fab fa-github"></i>
|
||||||
</a>
|
</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>
|
||||||
</div>
|
</div>
|
||||||
</el-footer>
|
</el-footer>
|
||||||
@ -38,12 +54,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.social-icons a {
|
.social-icons a {
|
||||||
color: #b9b7b7;
|
color: #303133;
|
||||||
margin: 0 10px;
|
margin: 0 10px;
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.social-icons a:hover {
|
.social-icons a:hover {
|
||||||
color: #dddade;
|
color: rgb(159.5, 206.5, 255);
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
@ -7,9 +7,9 @@
|
|||||||
|
|
||||||
<!-- 右侧导航选项 -->
|
<!-- 右侧导航选项 -->
|
||||||
<div class="menu-items">
|
<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 @click="goToBlog">博客</el-menu-item>
|
||||||
<el-menu-item index="/links">链接</el-menu-item>
|
<el-menu-item index="/links">友链</el-menu-item>
|
||||||
</div>
|
</div>
|
||||||
</el-menu>
|
</el-menu>
|
||||||
</template>
|
</template>
|
||||||
|
@ -5,9 +5,13 @@
|
|||||||
<!-- 左侧正文 -->
|
<!-- 左侧正文 -->
|
||||||
<el-col :span="16">
|
<el-col :span="16">
|
||||||
<el-card>
|
<el-card>
|
||||||
<p>passage...</p>
|
<p>某校 SE 专业学生,前 CChOer 。</p>
|
||||||
|
<p>什么都会一点。</p>
|
||||||
|
<p>
|
||||||
|
联系我:
|
||||||
|
<a href="mailto:admin@kisechan.space">admin@kisechan.space</a>
|
||||||
|
</p>
|
||||||
<div class="github-calendar-container">
|
<div class="github-calendar-container">
|
||||||
<!-- 贡献图容器 -->
|
|
||||||
<div id="github-graph"></div>
|
<div id="github-graph"></div>
|
||||||
</div>
|
</div>
|
||||||
</el-card>
|
</el-card>
|
||||||
@ -34,11 +38,12 @@ import GitHubCalendar from "github-calendar";
|
|||||||
// 在组件挂载后初始化 GitHub 贡献图
|
// 在组件挂载后初始化 GitHub 贡献图
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
GitHubCalendar("#github-graph", "Kisechan", {
|
GitHubCalendar("#github-graph", "Kisechan", {
|
||||||
responsive: true, // 响应式设计
|
responsive: false, // 响应式设计
|
||||||
tooltips: true, // 显示提示信息
|
tooltips: true, // 显示提示信息
|
||||||
headers: {
|
headers: {
|
||||||
Authorization: `token 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`,
|
Authorization: `token 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`,
|
||||||
},
|
},
|
||||||
|
global_stats: false, // 显示全局统计信息
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
Reference in New Issue
Block a user