feat: 优化首页个人名片与内容入口
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user