feat: 暗黑主题

This commit is contained in:
2026-07-13 00:04:11 +08:00
parent 0b9c253402
commit 36b04537b4
8 changed files with 1424 additions and 42 deletions

View File

@@ -1,6 +1,18 @@
---
---
<footer>
<div class="content">
<a target="_blank" href="https://beian.miit.gov.cn/#/Integrated/index">
备案号鄂ICP备2023000060号-2
</a>
</div>
</footer>
<style>
footer {
background-color: #ffffff;
background: #ffffff;
height: 70px;
overflow: hidden;
flex-shrink: 0;
@@ -17,12 +29,13 @@
font-size: 14px;
justify-content: center;
}
</style>
<footer>
<div class="content">
<a target="_blank" href="https://beian.miit.gov.cn/#/Integrated/index">
备案号鄂ICP备2023000060号-2
</a>
</div>
</footer>
:global(.dark) footer {
background: black;
box-shadow: rgba(255, 255, 255, .3) 0px -1px 3px 0px;
}
:global(.dark) .content {
color: #ffffff;
}
</style>