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
GaiaXalter
Ygopro Arena Web
Commits
31036ce3
Commit
31036ce3
authored
Aug 01, 2017
by
ganjingcun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
0801 update
parent
725dd9b4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
12 deletions
+13
-12
src/components/Cards.vue
src/components/Cards.vue
+10
-10
src/components/Index.vue
src/components/Index.vue
+2
-1
src/components/PageHeader.vue
src/components/PageHeader.vue
+1
-1
No files found.
src/components/Cards.vue
View file @
31036ce3
...
...
@@ -24,9 +24,9 @@
<div
class=
"input-group"
>
<div
class=
"input-group-addon"
>
{{
lang
.
source
}}
</div>
<select
name=
"server"
class=
"form-control"
id=
"server"
v-on:change=
"onChange"
>
<option
value=
"233"
>
233
</option>
<option
value=
"mycard"
>
MCPro
</option>
</select>
<option
value=
"mycard"
>
MCPro
</option>
<option
value=
"233"
>
233
</option>
</select>
</div>
</div>
...
...
@@ -35,11 +35,11 @@
<div
class=
"input-group"
>
<div
class=
"input-group-addon"
>
{{
lang
.
type
}}
</div>
<select
name=
"source"
class=
"form-control"
id=
"source"
v-on:change=
"onChange"
>
<option
value=
"entertain"
>
{{
lang
.
entertain
}}
</option>
<option
value=
"athletic"
>
{{
lang
.
athletic
}}
</option>
<option
value=
"custom"
>
{{
lang
.
custom
}}
</option>
<option
value=
"tag"
>
{{
lang
.
tag
}}
</option>
</select>
<option
value=
"athletic"
>
{{
lang
.
athletic
}}
</option>
<option
value=
"entertain"
>
{{
lang
.
entertain
}}
</option>
<option
value=
"custom"
>
{{
lang
.
custom
}}
</option>
<option
value=
"tag"
>
{{
lang
.
tag
}}
</option>
</select>
</div>
</div>
...
...
@@ -251,8 +251,8 @@
sideTable
.
destroy
();
}
var
server
=
$
(
"
#server
"
).
val
()
||
"
233
"
var
source
=
$
(
"
#source
"
).
val
()
||
"
entertain
"
var
server
=
$
(
"
#server
"
).
val
()
||
"
mycard
"
var
source
=
$
(
"
#source
"
).
val
()
||
"
athletic
"
var
final_source
=
server
+
"
-
"
+
source
$
.
get
(
'
https://api.mycard.moe/ygopro/analytics/single/type
'
,
{
...
...
src/components/Index.vue
View file @
31036ce3
...
...
@@ -4,7 +4,8 @@
<div
class=
"jumbotron"
>
<h1>
MyCard
</h1>
<p>
{{
lang
.
index
.
p1
}}
</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=
"https://mycard.moe"
>
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 @
31036ce3
...
...
@@ -16,7 +16,7 @@
<li
role=
"presentation"
><a
href=
"#/cards"
>
{{
lang
.
card_rank
}}
</a></li>
<li
role=
"presentation"
><a
href=
"https://rep.ygobbs.com"
>
{{
lang
.
battlelog
}}
</a></li>
<!--
<li
role=
"presentation"
><a
href=
"https://mycard.moe/ygopro/"
>
{{
lang
.
download
}}
</a></li>
-->
<
li
role=
"presentation"
><a
href=
"#/download"
>
{{
lang
.
download
}}
</a></li
>
<
!--
<li
role=
"presentation"
><a
href=
"#/download"
>
{{
lang
.
download
}}
</a></li>
--
>
<li
v-if=
"user.isLogin"
class=
"dropdown"
>
<a
class=
"dropdown-toggle"
data-toggle=
"dropdown"
aria-expanded=
"false"
href=
"#"
><img
v-bind:src=
"user.avatar_url"
id=
"head-portrait"
>
{{
user
.
username
}}
<span
class=
"caret"
></span></a>
<ul
class=
"dropdown-menu"
role=
"menu"
>
...
...
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