mirror of
https://github.com/Ad-closeNN/blog-fuwari.git
synced 2026-05-31 01:20:06 -04:00
docs(pages): 教你免费获取酷狗音乐歌曲
2. docs(pages): 修复 umami.md 中的一些表达问题 3. docs(pages): 修复 cloudflare-workers-proxy.md 的一些表达问题 4. style(404): 修改 404 页面字样 5. style(..slug): 为文章卡片顶端加入详细信息
This commit is contained in:
@@ -71,7 +71,7 @@ const customcover = entry.data.customcover;
|
||||
<Icon name="material-symbols:schedule-outline-rounded"></Icon>
|
||||
</div>
|
||||
<div class="text-sm">
|
||||
{remarkPluginFrontmatter.minutes} {" " + i18n(remarkPluginFrontmatter.minutes === 1 ? I18nKey.minuteCount : I18nKey.minutesCount)}
|
||||
大约 {remarkPluginFrontmatter.minutes} {" " + i18n(remarkPluginFrontmatter.minutes === 1 ? I18nKey.minuteCount : I18nKey.minutesCount)}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -90,6 +90,16 @@ const customcover = entry.data.customcover;
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- description/excerpt -->
|
||||
<!-- https://github.com/afoim/fuwari/commit/e34064899f0a3e7f28107f06213301f7c1167084 -->
|
||||
{(entry.data.description || remarkPluginFrontmatter.excerpt) && (
|
||||
<div class="onload-animation mb-4">
|
||||
<div class="text-black/75 dark:text-white/75 text-sm leading-relaxed">
|
||||
{entry.data.description || remarkPluginFrontmatter.excerpt}
|
||||
</div>
|
||||
</div>
|
||||
)}
|
||||
|
||||
<!-- metadata -->
|
||||
<div class="onload-animation">
|
||||
<PostMetadata
|
||||
|
||||
Reference in New Issue
Block a user