|
1 | 1 | <p align="center">
|
2 |
| - <img src="https://pp.myapp.com/ma_icon/0/icon_52516848_1519986906/128" /> |
| 2 | + <img src="https://github.com/raedev/android-cnblogs/blob/master/images/icon.png" /> |
3 | 3 | </p>
|
4 | 4 | <p align="center">
|
5 | 5 | 博客园第三方Android客户端
|
6 | 6 | </p>
|
7 | 7 | <p align="center">
|
8 |
| - <a href="https://sj.qq.com/myapp/detail.htm?apkName=com.rae.cnblogs"> |
9 |
| - <img src="https://img.shields.io/badge/download-v2.0.3-brightgreen.svg" alt="release"> |
| 8 | + <a href="https://sj.qq.com/myapp/detail.htm?apkName=com.rae.cnblogs" target="_blank"> |
| 9 | + <img src="https://img.shields.io/badge/download-v2.0.4-brightgreen.svg" alt="release"> |
10 | 10 | </a>
|
11 | 11 | <a href="https://github.com/raedev/android-cnblogs/blob/master/LICENSE">
|
12 |
| - <img src="https://img.shields.io/github/license/raedev/android-cnblogs.svg" alt="license"> |
| 12 | + <img src="https://img.shields.io/hexpm/l/plug.svg" alt="license"> |
13 | 13 | </a>
|
14 | 14 | </p>
|
15 | 15 |
|
|
18 | 18 |
|
19 | 19 | 博客园创立于2004年1月,是一个面向开发者的知识分享社区。自创建以来,博客园一直致力并专注于为开发者打造一个纯净的技术交流社区,推动并帮助开发者通过互联网分享知识,从而让更多开发者从中受益。博客园的使命是帮助开发者用代码改变世界。
|
20 | 20 |
|
21 |
| - |
22 | 21 | ## APP简介
|
23 | 22 |
|
24 | 23 | - 界面净白风格,专注阅读,给你极简体验
|
|
34 | 33 | - 闪存功能,园友的“段子”圈,个个都是人才,说话又好听
|
35 | 34 | - WIFI下自动缓存文章,离线也可阅读
|
36 | 35 |
|
37 |
| - |
38 |
| -## 版本更新记录 |
39 |
| - |
40 |
| -> v2.0.3 |
41 |
| -
|
42 |
| -- 博主个人中心、搜索、博问、知识库、新闻UI换新 |
43 |
| -- 增加个人博客分类查看、新闻分类查看、推荐排行榜功能 |
44 |
| -- 首页博客排版微调 |
45 |
| - |
46 |
| -> v2.0.2 |
47 |
| -
|
48 |
| -- 修复博文页面加载数据失败问题 |
49 |
| -- 修复登录出现的未知错误问题 |
50 |
| -- 优化博文加载速度,优先读取本地缓存 |
51 |
| -- 修复点击排行榜崩溃问题 |
52 |
| - |
53 |
| -> v2.0.1 |
54 |
| -
|
55 |
| -- 发现页全新改版: |
56 |
| -- 推出专栏功能,助你系统学习新技术 |
57 |
| -- 推出排行榜功能,技术热点时刻了解 |
58 |
| -- 推出博问功能,解答技术疑惑 |
59 |
| -- 优化文章查看速度 |
60 |
| -- 其他细节调优以及线上BUG修复 |
| 36 | + |
61 | 37 |
|
62 | 38 |
|
63 |
| -> v1.1.5 |
64 |
| -
|
65 |
| -- 全新的个人中心,支持修改头像、账号、昵称、个性签名以及重置密码 |
66 |
| -- 添加搜索历史记录、文章浏览记录、智能无图模式 |
67 |
| -- 添加热门搜索、修复搜索不能用问题 |
68 |
| -- 我的收藏支持分类查看 |
69 |
| -- 自动优化网页版博客文章体验 |
70 |
| -- 修复数学公式渲染问题 |
71 |
| -- 调整UI卡片设计风格 |
72 |
| - |
73 |
| - |
74 |
| - |
75 |
| -## APP介绍图片 |
76 |
| - |
77 |
| - |
78 |
| - |
79 | 39 | ## License
|
80 | 40 |
|
81 |
| -MIT License |
82 |
| - |
83 |
| -Copyright (c) 2019 RAE |
| 41 | +Copyright 2019 RAE |
84 | 42 |
|
85 |
| -Permission is hereby granted, free of charge, to any person obtaining a copy |
86 |
| -of this software and associated documentation files (the "Software"), to deal |
87 |
| -in the Software without restriction, including without limitation the rights |
88 |
| -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
89 |
| -copies of the Software, and to permit persons to whom the Software is |
90 |
| -furnished to do so, subject to the following conditions: |
| 43 | +Licensed under the Apache License, Version 2.0 (the "License"); |
| 44 | +you may not use this file except in compliance with the License. |
| 45 | +You may obtain a copy of the License at |
91 | 46 |
|
92 |
| -The above copyright notice and this permission notice shall be included in all |
93 |
| -copies or substantial portions of the Software. |
| 47 | +> http://www.apache.org/licenses/LICENSE-2.0 |
94 | 48 |
|
95 |
| -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
96 |
| -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
97 |
| -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
98 |
| -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
99 |
| -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
100 |
| -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
101 |
| -SOFTWARE. |
| 49 | +Unless required by applicable law or agreed to in writing, software |
| 50 | +distributed under the License is distributed on an "AS IS" BASIS, |
| 51 | +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 52 | +See the License for the specific language governing permissions and |
| 53 | +limitations under the License. |
0 commit comments