Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1 #1

Closed
wants to merge 6 commits into from
Closed

1 #1

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions src/components/Footer.astro
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
<footer mb-3rem>
<p mt-4 text-xs>
<a b-slate-link href="https://xindex.muspimerol.site">xindex</a>
<a b-slate-link href="https://blog.vvvv.gay">Blog</a>
<span px-1 select-none>|</span>
<a b-slate-link href="https://muspimerol.site/blog">muspimerol.site</a>
<a b-slate-link href="https://www.aishort.top"> ChatGPT快捷指令</a>
<span px-1 select-none>|</span>
<a b-slate-link href="https://bnu120.space">bnu120.space</a>
<a b-slate-link href="https://www.chatmind.tech">ChatMind</a>
<span px-1 select-none>|</span>
<a b-slate-link href="https://chat.academic.bnu120.space">ChatGPT 学术优化</a>
<span px-1 select-none>|</span>
<a b-slate-link href="https://github.com/ddiu8081/chatgpt-demo">原开源项目</a>
</p>
<p mt-4 text-xs op-65 select-none>欢迎有开发能力的同学一起来共建这个网站,请用下面的邮箱联系我</p>
<p mt-4 text-xs><a op-30 hover:op-60 w-fit transition-opacity flex items-center href="mailto:admin@muspimerol.site?subject=❗Site Error Report&body=chat.bnu120.space网站不能正常使用">如遇网站不可用,请联系我,谢谢<span i-line-md-email-twotone-alt mx-1></span>admin@muspimerol.site</a></p>
<p mt-4 text-xs><a op-30 hover:op-60 w-fit transition-opacity flex items-center href="mailto:L52013148@111.com">如遇网站不可用,请联系我,谢谢<span i-line-md-email-twotone-alt mx-1></span>L52013148@111.com</a></p>
<p mt-4 text-xs op-15 select-none>Note that we may collect anonymous data for academic research and analysis purposes. Rest assured that your privacy will be protected and we will never use this data for commercial gain. Additionally, we guarantee that our website will always remain free to use. If you do not consent to our data collection practices, kindly refrain from using our website. Thank you for your patronage and cooperation!</p>
</footer>
9 changes: 1 addition & 8 deletions src/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,10 @@ import Themetoggle from './Themetoggle.astro';
</a>
</div>
<div class="flex">
<a class="grid place-items-center w-10 h-10 rounded-md transition-background-color hover:bg-$c-fg-5" href="https://cdn.muspimerol.site/group.html">
<span class="i-mdi-wechat text-lg"></span>
</a>
<a class="grid place-items-center w-10 h-10 rounded-md transition-background-color hover:bg-$c-fg-5" href="https://cdn.muspimerol.site/sponsorship.html">
<span class="i-mingcute-pig-money-fill text-lg"></span>
</a>
<a class="grid place-items-center w-10 h-10 rounded-md transition-background-color hover:bg-$c-fg-5" href="https://github.com/CNSeniorious000/free-chat">
<a class="grid place-items-center w-10 h-10 rounded-md transition-background-color hover:bg-$c-fg-5" href="https://github.com/88lin/free-chat">
<span class="i-line-md-github-twotone text-lg"></span>
</a>
<Themetoggle />
</div>
</div>
<iframe src="https://cdn.muspimerol.site/ad.html" class="h-20 w-full bg-$c-fg-2 hover:bg-$c-fg-5 hover:ring-1.75 ring-$c-fg-40 ring-inset transition-all mt-2 mb-1 rounded-lg"></iframe>
</header>