Skip to content

Commit e8761cd

Browse files
committed
update README.md
1 parent d766024 commit e8761cd

File tree

1 file changed

+50
-17
lines changed

1 file changed

+50
-17
lines changed

README.md

Lines changed: 50 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,73 @@
1-
## react-native-cnblogs
1+
## introduction 简介
22

33
This is based on the react-native implementation of the cnblogs.com's mobile client for both android and ios. if you have any comments or suggestions, welcome feedback.
44

5-
## some screenshot
5+
基于 react-native 实现的博客园(www.cnblogs.com)移动客户端,支持android和ios。如果您有任何问题或者建议,欢迎留言反馈,作者会第一时间进行回复,谢谢!
6+
7+
## screenshot 截图
68

79
![login page ](http://123.56.135.166/cnblog/public/img/screenshot_new/login_360.png)
810

911
![home page ](http://123.56.135.166/cnblog/public/img/screenshot_new/home_360.png)
1012

11-
![user page ](http://123.56.135.166/cnblog/public/img/screenshot_new/user_360.png)
13+
![user page ](http://123.56.135.166/cnblog/public/img/screenshot_new/user_360.png?v=1.1)
1214

13-
![detail page](http://123.56.135.166/cnblog/public/img/screenshot_new/post_360.png)
15+
![detail page](http://123.56.135.166/cnblog/public/img/screenshot_new/post_360.png?v=1.1)
1416

1517
![comment page](http://123.56.135.166/cnblog/public/img/screenshot_new/comment_360.png)
1618

1719
![drawer page](http://123.56.135.166/cnblog/public/img/screenshot_new/drawer_360.png)
1820

1921
![question page](http://123.56.135.166/cnblog/public/img/screenshot_new/question_360.png)
2022

21-
## download(ios is comming soon)
22-
> qrcode:
23+
## download 下载
24+
### android
25+
#### qrcode
26+
![download qrcode](http://123.56.135.166/cnblog/public/img/qrcode/fir_cnblogs.png?v=1.0)
27+
28+
#### download link:
29+
http://fir.im/togayther
2330

24-
![download qrcode](http://123.56.135.166/cnblog/public/img/qrcode/fir_cnblogs.png)
2531

26-
or you can access the following apk download link: http://fir.im/togayther
32+
### ios
33+
#### appstore
34+
coming soon
2735

28-
## how to run
36+
## how to run 本地运行
2937
note: if you behind GFW, strongly recommend that you work with vpn.
3038

31-
>* config your react-native environment: https://facebook.github.io/react-native/docs/getting-started.html
32-
>* git clone https://github.com/togayther/react-native-cnblogs.git
33-
>* npm install
34-
>* react-native link
35-
>* connect physical device or turn on the android emulator
36-
>* react-native run-android
37-
>* good luck and enjoy
39+
提示:如果你处于全球最大的局域网,强烈建议你购买一个vpn。
40+
41+
* config your react-native environment: https://facebook.github.io/react-native/docs/getting-started.html
42+
* git clone https://github.com/togayther/react-native-cnblogs.git
43+
* npm install
44+
* react-native link
45+
* connect physical device or turn on the emulator
46+
* react-native run-android/run-ios
47+
* good luck and enjoy
48+
49+
注意:
50+
因为本软件涉及到基于oauth的登录授权,故本地运行还需要向博客园申请 clientId、clientSecret、rsa加密公钥等授权信息。否则运行后无法登录进入首页。
51+
52+
应博客园官方团队要求,该软件开源时未公开已取得的授权信息。非常抱歉。
53+
54+
授权信息申请方式:
3855

39-
## License
56+
对于个人开发者,需要提供以下信息:
57+
真实姓名、手机号码、常用邮箱、相关app介绍。
58+
然后邮件发送至: [email protected]
59+
60+
授权信息配置文件:source/config/index.js => authData
61+
62+
## License 授权协议
4063
This project is available under the MIT license.
64+
65+
## donation 捐赠
66+
该软件自发布以来,根据用户的反馈,已迭代了几个版本,用户数也越来越多,如果您觉得它对您有所帮助,可以通过支付宝给作者捐赠。
67+
68+
![donation code](http://123.56.135.166/resource/img/zhifu-qrcode.png)
69+
70+
特此感谢以下捐赠同仁(时间排序):
71+
* 杰哥
72+
* kitty
73+
* 静静的西河

0 commit comments

Comments
 (0)