Commit 8ba2f5a8 authored by krysent's avatar krysent

更改备案号

parent 9c5e12f4
This diff is collapsed.
......@@ -123,6 +123,14 @@ body,
font-family: 'HarmonyOS Sans SC';
padding: 16px;
text-align: center;
a {
cursor: pointer;
text-decoration: none;
color: rgba(194, 194, 194, 1);
&:visited {
color: rgba(194, 194, 194, 1);
}
}
}
.footer-content h2 {
margin-bottom: 24px;
......
......@@ -157,8 +157,10 @@ export default () => {
</div>
<div className="footer-copyright">
Copyright © {new Date().getFullYear()} &nbsp;
江苏南高智能装备创新中心有限公司&nbsp;&nbsp;&nbsp;版权所有&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;备案号:
苏ICP备18015471号
江苏南高智能装备创新中心有限公司&nbsp;&nbsp;&nbsp;版权所有&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="https://beian.miit.gov.cn" target="_blank">
备案号:苏ICP备18015471号-1
</a>
</div>
</div>
);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment