feat: 优化首页个人名片与内容入口

This commit is contained in:
2026-07-16 23:51:55 +08:00
parent 92360e4f49
commit 991264c32c
25 changed files with 1158 additions and 130 deletions
+9
View File
@@ -67,6 +67,15 @@ function renderDesc(): string {
<time v-if="post.published" class="shrink-0 text-sm text-muted-foreground whitespace-nowrap">
{{ formatDate(post.published) }}
</time>
<span v-if="post.updated" class="shrink-0 text-sm text-muted-foreground whitespace-nowrap">
· 更新 {{ formatDate(post.updated) }}
</span>
<span v-if="post.series" class="shrink-0 text-sm text-muted-foreground whitespace-nowrap">
· {{ post.series }}
</span>
<span v-if="post.difficulty" class="shrink-0 text-sm text-muted-foreground whitespace-nowrap">
· {{ post.difficulty }}
</span>
<span class="shrink-0 text-sm text-muted-foreground whitespace-nowrap">
· {{ wordCount }}
</span>