2 Commits

Author SHA1 Message Date
1f48dedb16 feat: 首页增加查看更多文章的链接
- 在首页的文章列表下方添加了一个“查看更多 →”的链接,指向 /posts/ 页面,方便用户浏览所有文章。
2025-04-02 12:40:09 +08:00
1a49d28395 docs: 更新自我介绍
- 简化自我介绍,只保留最基本的信息
2025-04-02 11:55:00 +08:00
2 changed files with 2 additions and 3 deletions

View File

@ -72,6 +72,7 @@ const latestNotes = allNotes.sort(collectionDateSort).slice(0, MAX_NOTES);
))
}
</ul>
<a href="/posts/" class="hover:text-accent block text-right">查看更多 →</a>
</section>
<!-- {
latestNotes.length > 0 && (

View File

@ -3,7 +3,5 @@
---
<div class="prose prose-base prose-cactus max-w-none">
<p>4年经验的前端开发工程师</p>
<p>主要使用react + vite + typescript开发</p>
<p>喜欢写一些自己的side project</p>
<p>只是一个前端开发</p>
</div>