Compare commits

...

2 Commits

Author SHA1 Message Date
fangyunong
a64ddd6afe feat:更新后端API地址 2025-08-12 14:10:30 +08:00
fangyunong
7bfb8dca00 feat:新增备案号 2025-08-12 14:06:14 +08:00
3 changed files with 20 additions and 3 deletions

View File

@ -1,2 +1,2 @@
VITE_API_BASE_URL=http://47.94.224.191:8080
VITE_API_BASE_URL=http://zeronode.cn
VITE_FRONTEND_CALLBACK_URL=http://localhost:5173/callback

View File

@ -1,3 +1,3 @@
# .env.production (生产环境)
VITE_API_BASE_URL=http://47.94.224.191:8080
VITE_FRONTEND_CALLBACK_URL=http://47.94.224.191:8080/callback # 或者你的生产环境前端URL
VITE_API_BASE_URL=http://zeronode.cn
VITE_FRONTEND_CALLBACK_URL=http://zeronode.cn/callback # 或者你的生产环境前端URL

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;