Skip to content

Commit

Permalink
推荐客户端改为 noder
Browse files Browse the repository at this point in the history
  • Loading branch information
alsotang committed May 5, 2016
1 parent 96757a8 commit 774427a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 10 deletions.
6 changes: 1 addition & 5 deletions controllers/site.js
Expand Up @@ -143,9 +143,5 @@ exports.sitemap = function (req, res, next) {
};

exports.appDownload = function (req, res, next) {
if (/Android/i.test(req.headers['user-agent'])) {
res.redirect('http://fir.im/ks4u');
} else {
res.redirect('https://itunes.apple.com/cn/app/id954734793');
}
res.redirect('https://github.com/soliury/noder-react-native/blob/master/README.md')
};
1 change: 0 additions & 1 deletion views/layout.html
Expand Up @@ -6,7 +6,6 @@
<meta name='description' content='<%= config.description %>'>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="keywords" content="<%= config.keywords %>"/>
<meta name="apple-itunes-app" content="app-id=954734793">
<!-- see http://smerity.com/articles/2013/where_did_all_the_http_referrers_go.html -->
<meta name="referrer" content="always">

Expand Down
2 changes: 1 addition & 1 deletion views/sidebar.html
Expand Up @@ -111,7 +111,7 @@
<div class='inner cnode-app-download'>
<img width='200' src="//dn-cnode.qbox.me/FtG0YVgQ6iginiLpf9W4_ShjiLfU">
<br />
<a href="https://itunes.apple.com/cn/app/id954734793" target="_blank">iOS</a>/<a href="http://fir.im/ks4u" target="_blank">Android</a>
<a href="https://github.com/soliury/noder-react-native" target="_blank">客户端源码地址</a>
</div>
</div>

Expand Down
6 changes: 3 additions & 3 deletions views/static/about.html
Expand Up @@ -25,11 +25,11 @@

### 移动客户端

客户端由 [@ilanceli](http://cnodejs.org/user/ilanceli) 开发维护。
客户端由 [@soliury](https://cnodejs.org/user/soliury) 开发维护。

源码地址:[https://github.com/lanceli/cnodejs-ionic](https://github.com/lanceli/cnodejs-ionic)。
源码地址:[https://github.com/soliury/noder-react-native](https://github.com/soliury/noder-react-native)。

立即体验 CNode 客户端,直接扫描页面右侧二维码,或者应用市场搜索“CNode社区”下载
立即体验 CNode 客户端,直接扫描页面右侧二维码。

*/
})) %>
Expand Down

0 comments on commit 774427a

Please sign in to comment.