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
Show 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 @@
// 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
"
)
{
...
...
src/components/Download.vue
View file @
218861d1
...
...
@@ -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) => {
...
...
src/components/Index.vue
View file @
218861d1
...
...
@@ -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>
...
...
src/components/PageHeader.vue
View file @
218861d1
...
...
@@ -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
});
...
...
static/history.html
View file @
218861d1
...
...
@@ -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
,
...
...
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