Commit 78afe16a authored by ganjingcun's avatar ganjingcun

add database link

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