From 774427a99cd3f7bc5aebd034a45d92380d8530a3 Mon Sep 17 00:00:00 2001 From: alsotang Date: Thu, 5 May 2016 12:59:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A8=E8=8D=90=E5=AE=A2=E6=88=B7=E7=AB=AF?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=20noder?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- controllers/site.js | 6 +----- views/layout.html | 1 - views/sidebar.html | 2 +- views/static/about.html | 6 +++--- 4 files changed, 5 insertions(+), 10 deletions(-) diff --git a/controllers/site.js b/controllers/site.js index 40dfba7ab6..2903619ba6 100644 --- a/controllers/site.js +++ b/controllers/site.js @@ -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') }; diff --git a/views/layout.html b/views/layout.html index 548993cec8..7dfbcef1d1 100644 --- a/views/layout.html +++ b/views/layout.html @@ -6,7 +6,6 @@ - diff --git a/views/sidebar.html b/views/sidebar.html index 824fbf76f8..4dcb1cd28b 100644 --- a/views/sidebar.html +++ b/views/sidebar.html @@ -111,7 +111,7 @@

- iOS/Android + 客户端源码地址
diff --git a/views/static/about.html b/views/static/about.html index 90a80df8c8..22fbca42d5 100644 --- a/views/static/about.html +++ b/views/static/about.html @@ -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 客户端,直接扫描页面右侧二维码。 */ })) %>