Commit 78afe16a authored by ganjingcun's avatar ganjingcun

add database link

parent 004f71d5
......@@ -4541,22 +4541,22 @@
}
}
},
"string-width": {
"version": "1.0.2",
"string_decoder": {
"version": "1.0.1",
"bundled": true,
"dev": true,
"requires": {
"code-point-at": "1.1.0",
"is-fullwidth-code-point": "1.0.0",
"strip-ansi": "3.0.1"
"safe-buffer": "5.0.1"
}
},
"string_decoder": {
"version": "1.0.1",
"string-width": {
"version": "1.0.2",
"bundled": true,
"dev": true,
"requires": {
"safe-buffer": "5.0.1"
"code-point-at": "1.1.0",
"is-fullwidth-code-point": "1.0.0",
"strip-ansi": "3.0.1"
}
},
"stringstream": {
......@@ -9139,6 +9139,14 @@
"resolved": "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz",
"integrity": "sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM="
},
"string_decoder": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz",
"integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==",
"requires": {
"safe-buffer": "5.1.1"
}
},
"string-convert": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/string-convert/-/string-convert-0.2.1.tgz",
......@@ -9155,14 +9163,6 @@
"strip-ansi": "3.0.1"
}
},
"string_decoder": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz",
"integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==",
"requires": {
"safe-buffer": "5.1.1"
}
},
"stringstream": {
"version": "0.0.5",
"resolved": "https://registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz",
......
import React from 'react'
import { Menu, Icon } from 'antd'
import { FormattedMessage } from 'react-q'
import { FormattedMessage } from 'react-intl'
export default class Nav_Mobile extends React.Component {
......@@ -35,7 +35,7 @@ export default class Nav_Mobile extends React.Component {
<FormattedMessage id={"BBS"} />
</a>
</Menu.Item>
<Menu.Item key="3">
<Menu.Item key="9">
<a href="https://mycard.moe/ygopro/arena/index.html">
<FormattedMessage id={"DataBase"} />
</a>
......
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