Compare commits
No commits in common. "a64ddd6afe6775cd85e31568017a109ac8990c8d" and "c77d8f4ec2a0a69a2d8a8811b213a3db4a5b19f4" have entirely different histories.
a64ddd6afe
...
c77d8f4ec2
@ -1,2 +1,2 @@
|
|||||||
VITE_API_BASE_URL=http://zeronode.cn
|
VITE_API_BASE_URL=http://47.94.224.191:8080
|
||||||
VITE_FRONTEND_CALLBACK_URL=http://localhost:5173/callback
|
VITE_FRONTEND_CALLBACK_URL=http://localhost:5173/callback
|
@ -1,3 +1,3 @@
|
|||||||
# .env.production (生产环境)
|
# .env.production (生产环境)
|
||||||
VITE_API_BASE_URL=http://zeronode.cn
|
VITE_API_BASE_URL=http://47.94.224.191:8080
|
||||||
VITE_FRONTEND_CALLBACK_URL=http://zeronode.cn/callback # 或者你的生产环境前端URL
|
VITE_FRONTEND_CALLBACK_URL=http://47.94.224.191:8080/callback # 或者你的生产环境前端URL
|
@ -190,9 +190,6 @@
|
|||||||
<div class="copyright">
|
<div class="copyright">
|
||||||
© 2025 AvengerS Gaming. All rights reserved.
|
© 2025 AvengerS Gaming. All rights reserved.
|
||||||
</div>
|
</div>
|
||||||
<div class="beian-info">
|
|
||||||
<a href="https://beian.miit.gov.cn/" target="_blank">津ICP备2025036244号-1</a>
|
|
||||||
</div>
|
|
||||||
<div class="social-links">
|
<div class="social-links">
|
||||||
<a href="#"><i class="icon-wechat"></i></a>
|
<a href="#"><i class="icon-wechat"></i></a>
|
||||||
<a href="#"><i class="icon-weibo"></i></a>
|
<a href="#"><i class="icon-weibo"></i></a>
|
||||||
@ -235,20 +232,6 @@ const handleContact = () => {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<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 {
|
.zn-home {
|
||||||
font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
|
font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
|
||||||
color: #333;
|
color: #333;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user