Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
Ygopro Arena Web
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
Ygopro Arena Web
Commits
218861d1
Commit
218861d1
authored
Sep 19, 2024
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
world
parent
f4b659ad
Pipeline
#29854
failed with stages
in 1 minute and 12 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
11 deletions
+11
-11
src/components/Deckprint.vue
src/components/Deckprint.vue
+2
-2
src/components/Download.vue
src/components/Download.vue
+3
-3
src/components/Index.vue
src/components/Index.vue
+2
-2
src/components/PageHeader.vue
src/components/PageHeader.vue
+2
-2
static/history.html
static/history.html
+2
-2
No files found.
src/components/Deckprint.vue
View file @
218861d1
...
@@ -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
src/components/Download.vue
View file @
218861d1
...
@@ -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
src/components/Index.vue
View file @
218861d1
...
@@ -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
src/components/PageHeader.vue
View file @
218861d1
...
@@ -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
static/history.html
View file @
218861d1
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment