Update README.md

This commit is contained in:
Ash 2022-03-30 18:12:09 +08:00
parent 2d5c9dbfc2
commit 2a3c35e31c
2 changed files with 14 additions and 10 deletions

View File

@ -2,7 +2,7 @@
# Read You # Read You
[Telegram 频道](https://t.me/ReadYouApp) | [Figma 设计稿](https://www.figma.com/file/ViBW8GbUgkTMmK6a80h8X1/Reader-You?node-id=7028%3A23673) | [项目进度](https://github.com/Ashinch/ReadYou/projects/1) [Telegram 频道](https://t.me/ReadYouApp) | [Figma 设计稿](https://www.figma.com/file/ViBW8GbUgkTMmK6a80h8X1/Reader-You?node-id=7028%3A23673)
这是一个在 Android 上的 [Reeder](https://reederapp.com/) 仿制品,为了让 Android 拥有一个与 Reeder 相似的 RSS 阅读器。 这是一个在 Android 上的 [Reeder](https://reederapp.com/) 仿制品,为了让 Android 拥有一个与 Reeder 相似的 RSS 阅读器。
@ -14,14 +14,15 @@
- [x] 本地 - [x] 本地
- [x] 订阅 Feed 链接 - [x] 订阅 RSS 链接
- [x] 导入 OPML 文件 - [x] 导入 OPML 文件
- [x] 文章同步 - [x] 文章同步
- [x] 文章更新通知 - [x] 文章更新通知
- [x] 全文解析 - [x] 全文解析
- [x] 过滤未读、星标 - [x] 过滤未读、星标
- [x] Feed 分组 - [x] 订阅源分组
- [x] 本地化 - [x] 本地化
- [x] 导出 OPML 文件
- [ ] 文章搜索 - [ ] 文章搜索
- [ ] 偏好设置 - [ ] 偏好设置
- [ ] 发布 APK - [ ] 发布 APK
@ -53,9 +54,10 @@
> 如遇卡顿现象,请选择 Release 版本构建。 > 如遇卡顿现象,请选择 Release 版本构建。
## 依赖 ## Credits
- [MusicYou](https://github.com/Kyant0/MusicYou) - [MusicYou](https://github.com/Kyant0/MusicYou)
- [ParseRSS](https://github.com/muhrifqii/ParseRSS) - [ParseRSS](https://github.com/muhrifqii/ParseRSS): [MIT](https://github.com/muhrifqii/ParseRSS/blob/master/LICENSE)
- [Readability4J](https://github.com/dankito/Readability4J) - [Readability4J](https://github.com/dankito/Readability4J): [Apache License 2.0](https://github.com/dankito/Readability4J/blob/master/LICENSE)
- [opml-parser](https://github.com/mdewilde/opml-parser): [Apache License 2.0](https://github.com/mdewilde/opml-parser/blob/master/LICENSE)
- (待完善) - (待完善)

View File

@ -2,9 +2,9 @@ English by DeepL | [简体中文](https://github.com/Ashinch/ReadYou/blob/main/R
# Read You # Read You
[Telegram](https://t.me/ReadYouApp) | [Figma](https://www.figma.com/file/ViBW8GbUgkTMmK6a80h8X1/Reader-You?node-id=7028%3A23673) | [Project Schedule](https://github.com/Ashinch/ReadYou/projects/1) [Telegram](https://t.me/ReadYouApp) | [Figma](https://www.figma.com/file/ViBW8GbUgkTMmK6a80h8X1/Reader-You?node-id=7028%3A23673)
This is a [Reeder](https://reederapp.com/) copycat, in order to give Android an RSS reader similar to Reeder. This is a copy of [Reeder](https://reederapp.com/), in order to give Android an RSS reader similar to Reeder.
## Features ## Features
@ -22,6 +22,7 @@ The following are the progress made so far and the goals to be worked on in the
- [x] Filter unread and starred - [x] Filter unread and starred
- [x] Feed Grouping - [x] Feed Grouping
- [x] Localization - [x] Localization
- [x] Export as OPML
- [ ] Search for articles - [ ] Search for articles
- [ ] Preference settings - [ ] Preference settings
- [ ] Release APK - [ ] Release APK
@ -56,6 +57,7 @@ The following are the progress made so far and the goals to be worked on in the
## Credits ## Credits
- [MusicYou](https://github.com/Kyant0/MusicYou) - [MusicYou](https://github.com/Kyant0/MusicYou)
- [ParseRSS](https://github.com/muhrifqii/ParseRSS) - [ParseRSS](https://github.com/muhrifqii/ParseRSS): [MIT](https://github.com/muhrifqii/ParseRSS/blob/master/LICENSE)
- [Readability4J](https://github.com/dankito/Readability4J) - [Readability4J](https://github.com/dankito/Readability4J): [Apache License 2.0](https://github.com/dankito/Readability4J/blob/master/LICENSE)
- [opml-parser](https://github.com/mdewilde/opml-parser): [Apache License 2.0](https://github.com/mdewilde/opml-parser/blob/master/LICENSE)
- To be improved - To be improved