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