Merge branch 'main' of github.com:uxiaohan/vhAstro-Theme
This commit is contained in:
commit
0d686e09a1
@ -8,5 +8,7 @@ import "./MainHeader.less";
|
|||||||
<img src="/assets/images/lazy-loading.webp" data-vh-lz-src={SITE_INFO.Avatar} alt="avatar" />
|
<img src="/assets/images/lazy-loading.webp" data-vh-lz-src={SITE_INFO.Avatar} alt="avatar" />
|
||||||
</div>
|
</div>
|
||||||
<h3 class="auther">{SITE_INFO.Author || "-"}</h3>
|
<h3 class="auther">{SITE_INFO.Author || "-"}</h3>
|
||||||
|
{Array.isArray(SITE_INFO.TypeWriteList) && SITE_INFO.TypeWriteList.length > 0 && (
|
||||||
<p class="desc"></p>
|
<p class="desc"></p>
|
||||||
</div>
|
)}
|
||||||
|
</div>
|
||||||
@ -73,7 +73,7 @@ import "@/styles/ArticleBase.less";
|
|||||||
</main>
|
</main>
|
||||||
<footer>
|
<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} />
|
<Copyright site={Site} id={post.data.id} title={post.data.title} sitename={Title} time={fmtTime(post.data.date, "YYYY-MM-DD A")} auther={Author} />
|
||||||
<!-- 底部谷歌广告 -->
|
<!-- 底部谷歌广告 -->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user