Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
Moecube Accounts 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
Moecube Accounts Web
Commits
d397a82b
Commit
d397a82b
authored
Feb 19, 2018
by
ganjingcun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nav change
parent
9f4e6e70
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
0 deletions
+14
-0
i18n.json
i18n.json
+4
-0
src/routes/Index.js
src/routes/Index.js
+10
-0
No files found.
i18n.json
View file @
d397a82b
...
...
@@ -2,6 +2,8 @@
"en-US"
:
{
"title"
:
"MoeCube"
,
"Home"
:
"Home"
,
"BBS"
:
"Community"
,
"DATABASE"
:
"DataBase"
,
"username"
:
"User Name"
,
"email"
:
"E-Mail"
,
"password"
:
"Password"
,
...
...
@@ -93,6 +95,8 @@
"zh-CN"
:
{
"title"
:
"萌立方"
,
"Home"
:
"主页"
,
"BBS"
:
"社区"
,
"DATABASE"
:
"决斗数据库"
,
"username"
:
"用户名"
,
"email"
:
"邮箱"
,
"password"
:
"密码"
,
...
...
src/routes/Index.js
View file @
d397a82b
...
...
@@ -170,6 +170,16 @@ function Index({ children, messages, dispatch, client, language }) {
<
Format
id
=
"
Home
"
/>
<
/Link
>
<
/Menu.Item
>
<
Menu
.
Item
key
=
"
2
"
>
<
Link
href
=
"
https://ygobbs.com/
"
>
<
Format
id
=
"
BBS
"
/>
<
/Link
>
<
/Menu.Item
>
<
Menu
.
Item
key
=
"
3
"
>
<
Link
href
=
"
https://mycard.moe/ygopro/arena/index.html
"
>
<
Format
id
=
"
DATABASE
"
/>
<
/Link
>
<
/Menu.Item
>
<
/Menu
>
<
div
style
=
{{
position
:
'
absolute
'
,
right
:
'
40px
'
}}
>
...
...
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