diff --git a/docs/getting-started/getting-started.md b/docs/getting-started/getting-started.md index 626e708..2f6f06d 100644 --- a/docs/getting-started/getting-started.md +++ b/docs/getting-started/getting-started.md @@ -5,7 +5,9 @@ ### 开发环境配置 - 下载安装 [Node.js](https://nodejs.org/en/download/)(推荐使用 `4.x` LTS 最新正式版) -- 一些 npm 模块编译需要环境支持,Windows 用户会麻烦一些,具体配置说明参见:https://github.com/nodejs/node-gyp#installation +- 一些 npm 模块编译需要环境支持,Windows 用户会麻烦一些,具体配置说明参见: + - [https://github.com/nodejs/node-gyp#installation]() + - [Setting up Node.js on Windows 10](https://blog.risingstack.com/node-js-windows-10-tutorial/) ### 预备知识 diff --git a/kitchen-sink/pages/About.js b/kitchen-sink/pages/About.js index baeb0e0..20bd379 100644 --- a/kitchen-sink/pages/About.js +++ b/kitchen-sink/pages/About.js @@ -43,6 +43,11 @@ const About = React.createClass({ >

MIT © 2015 - {this.props.year} AllMobilize Inc.

+ +

{navigator.userAgent}

+
) } diff --git a/kitchen-sink/pages/NavBarExample.js b/kitchen-sink/pages/NavBarExample.js index 848ae34..cc9a7dd 100644 --- a/kitchen-sink/pages/NavBarExample.js +++ b/kitchen-sink/pages/NavBarExample.js @@ -69,7 +69,6 @@ const NavBarExample = React.createClass({ render() { return ( - {/*

{navigator.userAgent}

*/}