feat:新增备案号

This commit is contained in:
fangyunong 2025-08-12 14:06:14 +08:00
parent c77d8f4ec2
commit 7bfb8dca00

View File

@ -190,6 +190,9 @@
<div class="copyright">
© 2025 AvengerS Gaming. All rights reserved.
</div>
<div class="beian-info">
<a href="https://beian.miit.gov.cn/" target="_blank">津ICP备2025036244号-1</a>
</div>
<div class="social-links">
<a href="#"><i class="icon-wechat"></i></a>
<a href="#"><i class="icon-weibo"></i></a>
@ -232,6 +235,20 @@ const handleContact = () => {
</script>
<style lang="scss" scoped>
.beian-info {
margin: 0 20px;
font-size: 12px;
color: #fff;
}
.beian-info a {
color: inherit;
text-decoration: none;
}
.beian-info a:hover {
text-decoration: underline;
}
.zn-home {
font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
color: #333;