1
0
mirror of https://github.com/sendevia/website.git synced 2026-03-05 23:32:45 +08:00

feat: add page titles and theme link

This commit is contained in:
2025-10-13 20:13:52 +08:00
parent 5d1e55aceb
commit 7d6b6200d1
4 changed files with 4 additions and 4 deletions

View File

@@ -36,7 +36,7 @@ onMounted(() => {
<div id="main-layout-footer-description-theme">
<p>
使用
<a href="" target="_blank">sendevia's material theme</a>
<a href="https://github.com/sendevia/vitepress-theme" target="_blank">sendevia's material theme</a>
主题
</p>
<a :href="'https://github.com/sendevia/website/tags/v' + siteVersion" target="_blank"> 版本:{{ siteVersion }}</a>

View File

@@ -1,4 +1,4 @@
---
home: true
title: "首页"
---

View File

@@ -1,6 +1,6 @@
---
layout: posts
title: 所有文章
title: "所有文章"
---
<AllPosts />

View File

@@ -1,6 +1,6 @@
---
layout: search
title: 搜索文章
title: "搜索文章"
---
<SearchPosts />