Commit d397a82b authored by ganjingcun's avatar ganjingcun

nav change

parent 9f4e6e70
......@@ -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": "密码",
......
......@@ -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' }}>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment