Commit d397a82b authored by ganjingcun's avatar ganjingcun

nav change

parent 9f4e6e70
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
"en-US": { "en-US": {
"title":"MoeCube", "title":"MoeCube",
"Home":"Home", "Home":"Home",
"BBS":"Community",
"DATABASE":"DataBase",
"username": "User Name", "username": "User Name",
"email": "E-Mail", "email": "E-Mail",
"password": "Password", "password": "Password",
...@@ -93,6 +95,8 @@ ...@@ -93,6 +95,8 @@
"zh-CN": { "zh-CN": {
"title":"萌立方", "title":"萌立方",
"Home":"主页", "Home":"主页",
"BBS":"社区",
"DATABASE":"决斗数据库",
"username": "用户名", "username": "用户名",
"email": "邮箱", "email": "邮箱",
"password": "密码", "password": "密码",
......
...@@ -170,6 +170,16 @@ function Index({ children, messages, dispatch, client, language }) { ...@@ -170,6 +170,16 @@ function Index({ children, messages, dispatch, client, language }) {
<Format id="Home"/> <Format id="Home"/>
</Link> </Link>
</Menu.Item> </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> </Menu>
<div style={{ position: 'absolute', right: '40px' }}> <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