Compare commits
2 Commits
c77d8f4ec2
...
a64ddd6afe
Author | SHA1 | Date | |
---|---|---|---|
![]() |
a64ddd6afe | ||
![]() |
7bfb8dca00 |
@ -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
|
@ -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
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user