Skip to content

Commit

Permalink
✨ 添加 Footer 内容
Browse files Browse the repository at this point in the history
  • Loading branch information
Skywt2003 committed Jun 19, 2024
1 parent e74c9fe commit b8c6436
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 27 deletions.
Binary file added public/blogscn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/boyouquan.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/forever_blog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/upyun.png
Binary file not shown.
54 changes: 27 additions & 27 deletions src/components/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -24,33 +24,39 @@ const { menuItems, pathItems } = Astro.props;
<hr class="footer__divide" />
<div class="footer__row">
<p class="m-2">
&#169; 2017-2024 <a href="/" class="link">SkyWT</a>
|
&#169; 2017-2024 <a href="/" class="link">SkyWT</a> |
<a href="/sitemap-index.xml" class="link">站点地图</a>
|
<a href="/friends" class="link">友情链接</a>
|
<a href="https://foreverblog.cn/go.html" class="link">虫洞</a>
<!-- |
<a href="https://github.com/Skywt2003/Daydreamer" class="link"
>Daydreamer</a
> -->
</p>
<div class="m-2">
<CC by={true} nc={true} />
<NotByAI />
<a
href="https://www.foreverblog.cn/"
target="_blank"
class="inline-block mx-1"
<a href="https://foreverblog.cn/go.html" target="_blank" class="link"
>虫洞</a
>
</p>

<p class="m-2">
<a href="https://www.boyouquan.com/" target="_blank" class="mx-1">
<img
src="/boyouquan.png"
alt="Boyouquan Badge"
class="inline-block h-4 grayscale"
/>
</a>
<a href="https://www.foreverblog.cn/" target="_blank" class="mx-1">
<img
src="https://img.foreverblog.cn/logo_en_default.png"
src="/forever_blog.png"
alt="Forever Blog Badage"
class="inline-block h-4 grayscale"
/>
</a>
</div>
<a href="https://blogscn.fun/" target="_blank" class="mx-1">
<img
src="/blogscn.png"
alt="BLOGS·CN Badge"
class="inline-block h-4 grayscale"
/>
</a>
</p>
</div>
<div class="footer__row">
<p class="m-2">
Expand All @@ -66,15 +72,9 @@ const { menuItems, pathItems } = Astro.props;
浙公网安备 33080202000472 号</a
>
</p>
<p class="m-2">
<!-- <span class="align-middle">由</span>
<a
href="https://www.upyun.com/?utm_source=lianmeng&utm_medium=referral"
class="inline-block align-middle"
>
<img src="/upyun.png" class="h-6" />
</a>
<span class="align-middle">提供 CDN 加速、云存储服务</span> -->
</p>
<div class="m-2">
<CC by={true} nc={true} />
<NotByAI />
</div>
</div>
</footer>

0 comments on commit b8c6436

Please sign in to comment.