Merge branch 'main' of github.com:uxiaohan/vhAstro-Theme

This commit is contained in:
Han 2025-06-06 11:03:52 +08:00
commit 0d686e09a1
2 changed files with 4 additions and 2 deletions

View File

@ -8,5 +8,7 @@ import "./MainHeader.less";
<img src="/assets/images/lazy-loading.webp" data-vh-lz-src={SITE_INFO.Avatar} alt="avatar" />
</div>
<h3 class="auther">{SITE_INFO.Author || "-"}</h3>
{Array.isArray(SITE_INFO.TypeWriteList) && SITE_INFO.TypeWriteList.length > 0 && (
<p class="desc"></p>
)}
</div>

View File

@ -73,7 +73,7 @@ import "@/styles/ArticleBase.less";
</main>
<footer>
<!-- 打赏组件 -->
<Reward />
{SITE_CONFIG.Reward && (SITE_CONFIG.Reward.AliPay || SITE_CONFIG.Reward.WeChat) && <Reward />}
<!-- 版权©️信息 -->
<Copyright site={Site} id={post.data.id} title={post.data.title} sitename={Title} time={fmtTime(post.data.date, "YYYY-MM-DD A")} auther={Author} />
<!-- 底部谷歌广告 -->