豫ICP备添加跳转链接页面

This commit is contained in:
Eamon-meng
2025-12-20 14:09:21 +08:00
parent 2e4df24e05
commit e23f89cde6

View File

@@ -82,7 +82,19 @@ export default function Footer(props: FooterProps) {
<br/>
使
</p>
<p className={`text-xs mt-3 `}> | ICP备17004061号-17 | B1-20190663</p>
{/* <p className={`text-xs mt-3 `}>版权所有 河南华连网络科技有限公司 | 豫ICP备17004061号-17 | 增值电信业务经营许可证B1-20190663</p> */}
<p className={`text-xs mt-3 `}>
|
<a
href="https://beian.miit.gov.cn/#/Integrated/index"
target="_blank"
rel="noopener noreferrer"
className="hover:underline"
>
ICP备17004061号-17
</a>
| B1-20190663
</p>
</div>
</Wrap>
</footer>