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
aed5260b
Commit
aed5260b
authored
Dec 28, 2021
by
GaiaXalter
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
决斗数据库 暗黑版
parent
7e4b9602
Pipeline
#8301
failed with stages
in 2 minutes and 26 seconds
Changes
5
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
331 additions
and
102 deletions
+331
-102
src/components/Cards.vue
src/components/Cards.vue
+39
-0
src/components/PageFooter.vue
src/components/PageFooter.vue
+145
-34
src/components/PageHeader.vue
src/components/PageHeader.vue
+89
-59
src/components/lang.js
src/components/lang.js
+9
-9
static/assets/css/styles.css
static/assets/css/styles.css
+49
-0
No files found.
src/components/Cards.vue
View file @
aed5260b
...
...
@@ -431,8 +431,47 @@
<
style
scoped
>
.nav-tabs
>
li
.active
>
a
,
.nav-tabs
>
li
.active
>
a
:hover
,
.nav-tabs
>
li
.active
>
a
:focus
{
background-color
:
#1a4861
;
border
:
3px
solid
#161b22
;
}
.nav-tabs
{
border-bottom
:
1px
solid
black
;
}
.well
{
background-color
:
#1a4861
;
border
:
none
;
}
.input-group-addon
{
color
:
white
;
background-color
:
#161b22
;
border
:
1px
solid
black
;
}
.form-control
{
border
:
1px
solid
black
;
color
:
white
;
background-color
:
#283044
;
}
.tab-img
{
height
:
72px
;
width
:
120px
;
}
.table-responsive
{
border
:
1px
solid
black
;
}
</
style
>
src/components/PageFooter.vue
View file @
aed5260b
This source diff could not be displayed because it is too large. You can
view the blob
instead.
src/components/PageHeader.vue
View file @
aed5260b
This diff is collapsed.
Click to expand it.
src/components/lang.js
View file @
aed5260b
...
...
@@ -42,7 +42,7 @@ module.exports = {
athleticDueHistory
:
'
竞技场决斗记录
'
,
entertainDueHistory
:
'
娱乐场决斗记录
'
,
tagInfo
:
'
绿色表示获胜方,红色则表示掉线。
'
,
exp_rank
:
'
EXP 排名
'
,
athletic_rank
:
'
D.P 排名
'
,
...
...
@@ -52,7 +52,7 @@ module.exports = {
all
:
'
总场
'
,
ratio
:
'
胜率
'
,
violation
:
'
违规次数
'
,
shop
:
"
Merch❤
"
,
userRank
:
{
expRank
:
'
EXP排名
'
,
pointRank
:
'
竞技场排名
'
,
...
...
@@ -91,17 +91,17 @@ module.exports = {
attack
:
"
攻击
"
,
defend
:
"
防御
"
},
index
:
{
p1
:
'
MyCard是一款免费开源的游戏平台,支持着YGOP
ro
,东方弹幕等游戏的联机。同时平台内也自带制作组自主研发的单机游戏。
'
,
p1
:
'
MyCard是一款免费开源的游戏平台,支持着YGOP
RO
,东方弹幕等游戏的联机。同时平台内也自带制作组自主研发的单机游戏。
'
,
srartNow
:
'
START NOW!
'
,
p2
:
'
欢迎来到M
CPro
决斗数据库
'
,
p3
:
'
在这里你可以找到一切
与MyCard中YGOPro
决斗有关的数据。强力的决斗者离不开数据分析参考,请尽情使用这些数据变的更强吧!
'
,
p2
:
'
欢迎来到M
yCard
决斗数据库
'
,
p3
:
'
在这里你可以找到一切
MyCard
决斗有关的数据。强力的决斗者离不开数据分析参考,请尽情使用这些数据变的更强吧!
'
,
p4
:
'
查看EXP与竞技场排行榜,你是否也是榜上有名的明星决斗者?
'
,
p5
:
'
查看玩家详细资料,记录你的MyCard决斗生涯。
'
,
p6
:
'
查看各卡片 / 卡组的使用状况,这个环境的主流是什么?
'
,
p7
:
'
Y
GOP
ro战队联盟存放统计友谊赛战报的地方。
'
,
p7
:
'
Y
gop
ro战队联盟存放统计友谊赛战报的地方。
'
,
h1
:
'
决斗排名
'
,
h2
:
'
玩家信息
'
,
h3
:
'
卡片排名
'
,
...
...
@@ -115,7 +115,6 @@ module.exports = {
lang
:
'
语言
'
,
cn
:
'
中文
'
,
en
:
'
English
'
,
database
:
'
MCPro Database
'
,
forum
:
'
Forum
'
,
rank
:
'
User rank
'
,
battlelog
:
'
Battle log
'
,
...
...
@@ -163,7 +162,8 @@ module.exports = {
all
:
'
All
'
,
ratio
:
'
W/L
'
,
violation
:
'
Violation
'
,
shop
:
"
Merch❤
"
,
database
:
"
DataBase
"
,
userRank
:
{
expRank
:
'
EXP Rank
'
,
pointRank
:
'
Athletic Rank
'
,
...
...
static/assets/css/styles.css
View file @
aed5260b
...
...
@@ -89,3 +89,52 @@ body {
}
.table-striped
>
tbody
>
tr
:nth-of-type
(
even
)
{
background-color
:
#283044
;
}
.table-striped
>
tbody
>
tr
:nth-of-type
(
odd
)
{
background-color
:
transparent
;
}
body
{
background-color
:
#1b2738
;
color
:
#ebf5ee
;
}
a
{
color
:
#ebf5ee
;
}
.table-bordered
{
border
:
none
;
}
.table-bordered
>
thead
>
tr
>
th
,
.table-bordered
>
tbody
>
tr
>
th
,
.table-bordered
>
tfoot
>
tr
>
th
,
.table-bordered
>
thead
>
tr
>
td
,
.table-bordered
>
tbody
>
tr
>
td
,
.table-bordered
>
tfoot
>
tr
>
td
{
border
:
none
;
}
thead
{
background-color
:
#1a4861
;
}
.navbar-inverse
{
background-color
:
#161b22
;
border-color
:
#dddddd
;
}
.navbar-inverse
.navbar-nav
>
li
>
a
{
color
:
#bdbcba
;
}
.navbar-inverse
.navbar-link
{
color
:
#FFFFFF
;
}
.navbar-inverse
.navbar-nav
>
.open
>
a
,
.navbar-inverse
.navbar-nav
>
.open
>
a
:hover
,
.navbar-inverse
.navbar-nav
>
.open
>
a
:focus
{
color
:
#FFFFFF
;
}
.navbar-nav
>
li
>
a
:hover
,
.navbar-inverse
.navbar-nav
>
li
>
a
:focus
{
color
:
#FFFFFF
!important
;
}
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