feat: 10.10线上最新代码提交

This commit is contained in:
zdl
2025-10-11 16:16:02 +08:00
parent 4d0dc109bc
commit 495ad758ea
3338 changed files with 460147 additions and 152745 deletions

0
src/components/Footer/Footer.js Normal file → Executable file
View File

View File

@@ -30,21 +30,10 @@ const Footer = () => (
</a>
</nav>
</div>
<div className="flex flex-col items-center space-y-2">
<div className="flex justify-center items-center">
<p className="caption text-n-4 lg:block">
© 2024 价值前沿. 保留所有权利.
</p>
<div className="flex flex-col sm:flex-row items-center space-y-1 sm:space-y-0 sm:space-x-4 text-xs text-n-4">
<a
href="https://beian.mps.gov.cn/#/query/webSearch?code=11010802046286"
rel="noreferrer"
target="_blank"
className="hover:text-n-1 transition-colors"
>
京公网安备11010802046286号
</a>
<span className="text-n-4">京ICP备2025107343号-1</span>
</div>
</div>
</Section>
);