添加链接视图并更新路由,移除关于视图,集成 GitHub 贡献图

This commit is contained in:
2025-03-05 10:12:08 +08:00
parent d57b407df8
commit c360e53fed
9 changed files with 212 additions and 45 deletions

13
src/views/LinksView.vue Normal file
View File

@ -0,0 +1,13 @@
<template>
<div class="about-container">
<el-main>
<p>Links</p>
</el-main>
</div>
</template>
<style scoped>
</style>
<script setup>
</script>