Commit 218861d1 authored by nanahira's avatar nanahira

world

parent f4b659ad
Pipeline #29854 failed with stages
in 1 minute and 12 seconds
......@@ -207,7 +207,7 @@
// var baseUrl = "http://localhost:8081"
var baseUrl = "https://mycard.moe/ygopro/arena"
var baseUrl = "https://mycard.world/ygopro/arena"
var template = "deck"
if (this.value === "1") {
......@@ -231,4 +231,4 @@
<style scoped>
</style>
\ No newline at end of file
</style>
......@@ -57,8 +57,8 @@
// https://wudizhanche.mycard.moe/download?platform=win32
// https://wudizhanche.mycard.moe/download?platform=darwin
var self = this
self.downloadUrls['windows'] = "https://mycard.moe"
self.downloadUrls['mac'] = "https://mycard.moe"
self.downloadUrls['windows'] = "https://mycard.world"
self.downloadUrls['mac'] = "https://mycard.world"
// self.downloadUrls['android'] = "https://pan.baidu.com/s/1eRWiWRC"
self.downloadUrls['android'] = "https://ygo233.com/download/ygomobile"
// API.getDownloadUrls().then((res) => {
......@@ -131,4 +131,4 @@
box-shadow: 10px 10px 35px black;
}
</style>
\ No newline at end of file
</style>
......@@ -7,7 +7,7 @@
<div class="jumbotron">
<h1>MyCard </h1>
<p>{{lang.index.p1}}</p>
<p><a class="text-uppercase btn btn-info btn-lg" href="https://mycard.moe">Start Now!</a></p>
<p><a class="text-uppercase btn btn-info btn-lg" href="https://mycard.world">Start Now!</a></p>
<!--<p><a class="text-uppercase btn btn-info btn-lg" href="#/download">Start Now!</a></p>-->
</div>
</div>
......@@ -206,4 +206,4 @@
.el-carousel__item:nth-child(2n+1) {
background-color: #d3dce6;
}
</style>
\ No newline at end of file
</style>
......@@ -559,7 +559,7 @@
localStorage.removeItem('token');
this.$store.dispatch('logout', {});
// var redirectUrl = "http://localhost:8081/index.html";
var redirectUrl = "https://mycard.moe/ygopro/arena/index.html";
var redirectUrl = "https://mycard.world/ygopro/arena/index.html";
var request = querystring.stringify({
'redirect': redirectUrl
});
......@@ -658,4 +658,4 @@ background-color: #283044;
body .demo-class .layui-layer-btn{border-top:1px solid #E9E7E7}
body .demo-class .layui-layer-btn a{background:#333;}
body .demo-class .layui-layer-btn .layui-layer-btn1{background:#999;}*/
</style>
\ No newline at end of file
</style>
......@@ -179,7 +179,7 @@
},
renderTable: function(){
// var URL = "http://localhost:3000"
var URL = "https://mycard.moe/ygopro"
var URL = "https://mycard.world/ygopro"
var params = {
page:this.page,
username:this.username,
......@@ -197,4 +197,4 @@
})
</script>
</html>
\ No newline at end of file
</html>
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