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
b5dfb869
Commit
b5dfb869
authored
Jul 15, 2021
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update header
parent
64df8b3e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
7 deletions
+8
-7
src/components/PageHeader.vue
src/components/PageHeader.vue
+3
-4
src/components/lang.js
src/components/lang.js
+5
-3
No files found.
src/components/PageHeader.vue
View file @
b5dfb869
...
...
@@ -6,17 +6,16 @@
<!--
<nav
class=
"navbar navbar-inverse"
>
-->
<div
class=
"container"
>
<div
class=
"navbar-header"
>
<a
class=
"navbar-brand navbar-link"
href=
"index.html"
><img
src=
"../assets/img/mycardlogo.png"
id=
"logo"
>
MyCard
</a>
<a
class=
"navbar-brand navbar-link"
href=
"index.html"
><img
src=
"../assets/img/mycardlogo.png"
id=
"logo"
>
{{
lang
.
database
}}
</a>
<button
class=
"navbar-toggle collapsed"
data-toggle=
"collapse"
data-target=
"#navcol-1"
><span
class=
"sr-only"
>
Toggle navigation
</span><span
class=
"icon-bar"
></span><span
class=
"icon-bar"
></span><span
class=
"icon-bar"
></span></button>
</div>
<div
class=
"collapse navbar-collapse"
id=
"navcol-1"
>
<ul
class=
"nav navbar-nav navbar-right"
>
<li
role=
"presentation"
><a
href=
"https://ygobbs.com/"
target=
"_blank"
>
{{
lang
.
forum
}}
</a></li>
<li
role=
"presentation"
><a
href=
"#/ranking"
>
{{
lang
.
rank
}}
</a></li>
<li
role=
"presentation"
><a
href=
"#/cards"
>
{{
lang
.
card_rank
}}
</a></li>
<li
role=
"presentation"
><a
href=
" https://event.ygobbs.com"
>
{{
lang
.
race
}}
</a></li>
<li
role=
"presentation"
><a
href=
"#/download"
>
{{
lang
.
download
}}
</a></li>
<li
role=
"presentation"
><a
href=
"https://ygobbs.com/"
target=
"_blank"
>
{{
lang
.
forum
}}
</a></li>
<li
role=
"presentation"
><a
href=
"https://event.ygobbs.com"
target=
"_blank"
>
{{
lang
.
race
}}
</a></li>
<li
class=
"dropdown"
>
<a
class=
"dropdown-toggle"
data-toggle=
"dropdown"
aria-expanded=
"false"
href=
"#"
>
...
...
src/components/lang.js
View file @
b5dfb869
...
...
@@ -3,6 +3,7 @@ module.exports = {
lang
:
'
Language
'
,
cn
:
'
中文
'
,
en
:
'
English
'
,
database
:
'
MCPro决斗数据库
'
,
forum
:
'
社区
'
,
rank
:
'
玩家排行
'
,
battlelog
:
'
战报系统
'
,
...
...
@@ -92,10 +93,10 @@ module.exports = {
},
index
:
{
p1
:
'
MyCard是一款免费开源的游戏平台,支持着YGOP
RO
,东方弹幕等游戏的联机。同时平台内也自带制作组自主研发的单机游戏。
'
,
p1
:
'
MyCard是一款免费开源的游戏平台,支持着YGOP
ro
,东方弹幕等游戏的联机。同时平台内也自带制作组自主研发的单机游戏。
'
,
srartNow
:
'
START NOW!
'
,
p2
:
'
欢迎来到M
yCard
决斗数据库
'
,
p3
:
'
在这里你可以找到一切
MyCard
决斗有关的数据。强力的决斗者离不开数据分析参考,请尽情使用这些数据变的更强吧!
'
,
p2
:
'
欢迎来到M
CPro
决斗数据库
'
,
p3
:
'
在这里你可以找到一切
与MyCard中YGOPro
决斗有关的数据。强力的决斗者离不开数据分析参考,请尽情使用这些数据变的更强吧!
'
,
p4
:
'
查看EXP与竞技场排行榜,你是否也是榜上有名的明星决斗者?
'
,
p5
:
'
查看玩家详细资料,记录你的MyCard决斗生涯。
'
,
...
...
@@ -114,6 +115,7 @@ module.exports = {
lang
:
'
语言
'
,
cn
:
'
中文
'
,
en
:
'
English
'
,
database
:
'
MCPro Database
'
,
forum
:
'
Forum
'
,
rank
:
'
User rank
'
,
battlelog
:
'
Battle log
'
,
...
...
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