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:
Ad-closeNN
2025-10-18 20:14:38 +08:00
parent ae4fc5e9c3
commit 0b7c974d8b
11 changed files with 407 additions and 6 deletions
+11 -1
View File
@@ -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