Skip to content

Commit 774427a

Browse files
committed
推荐客户端改为 noder
1 parent 96757a8 commit 774427a

File tree

4 files changed

+5
-10
lines changed

4 files changed

+5
-10
lines changed

controllers/site.js

+1-5
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,5 @@ exports.sitemap = function (req, res, next) {
143143
};
144144

145145
exports.appDownload = function (req, res, next) {
146-
if (/Android/i.test(req.headers['user-agent'])) {
147-
res.redirect('http://fir.im/ks4u');
148-
} else {
149-
res.redirect('https://itunes.apple.com/cn/app/id954734793');
150-
}
146+
res.redirect('https://github.com/soliury/noder-react-native/blob/master/README.md')
151147
};

views/layout.html

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<meta name='description' content='<%= config.description %>'>
77
<meta name="viewport" content="width=device-width, initial-scale=1"/>
88
<meta name="keywords" content="<%= config.keywords %>"/>
9-
<meta name="apple-itunes-app" content="app-id=954734793">
109
<!-- see http://smerity.com/articles/2013/where_did_all_the_http_referrers_go.html -->
1110
<meta name="referrer" content="always">
1211

views/sidebar.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
<div class='inner cnode-app-download'>
112112
<img width='200' src="//dn-cnode.qbox.me/FtG0YVgQ6iginiLpf9W4_ShjiLfU">
113113
<br />
114-
<a href="https://itunes.apple.com/cn/app/id954734793" target="_blank">iOS</a>/<a href="http://fir.im/ks4u" target="_blank">Android</a>
114+
<a href="https://github.com/soliury/noder-react-native" target="_blank">客户端源码地址</a>
115115
</div>
116116
</div>
117117

views/static/about.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525

2626
### 移动客户端
2727

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

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

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

3434
*/
3535
})) %>

0 commit comments

Comments
 (0)