Merge remote-tracking branch 'origin/master'

This commit is contained in:
dataegg 2022-09-11 17:26:13 +08:00
commit eafb731f3a
6 changed files with 48 additions and 4 deletions

View File

@ -12,7 +12,7 @@ This is the documentation of FeedMe.
## Version:
- release: 3.20.10
- beta: 3.20.11 (join beta test: https://play.google.com/apps/testing/com.seazon.feedme)
- beta: 3.20.14 (join beta test: https://play.google.com/apps/testing/com.seazon.feedme)
## Download:
- https://play.google.com/store/apps/details?id=com.seazon.feedme

View File

@ -18,7 +18,16 @@ So, the mobilizer in the `feed settings` dialog is only use for download when re
Note : Mobilizer is removing some unimportant elements on the page (head, side and bottom of the navigation or link) and re-layout, leaving only the text part. General mobilizer get the article is calculated by algorithm, so can not guarantee 100% correct. Mature mobilizer resolution is more accurate, and built-in is worse.
# Switch feed/web view manually
# Feed & Web
In the top right corner of the article page, it displays `Feed/Web`. Where `Feed` represents the article content from RSS, `Web` represents the article content from the source link.
The content of the web is re-crawled via source links and parsed by Mobilizer. In general, the body content can be parsed correctly, but it may be parsed incorrectly, return the wrong content.
## Current is `Feed` or `Web`?
- When `Feed` is the accent color, it means the current content is `Web`.
- When `Web` is the accent color, it means the current content is `Feed`.
## Switch feed/web view manually
Once enter article page, how can I switch feed/web view manually?
### 1. Tap feed/web link

View File

@ -1,3 +1,16 @@
### 3.20.14
###### 2022-7-10
- [fix]Fix theme follow system not work issue.
### 3.20.13
###### 2022-7-10
- [fix]Fix some options lost in `Integrations`.
### 3.20.12
###### 2022-7-3
- [fix]Fix can't share to WeChat issue.
- [fix]Fix the issue that some options lost when long-pressing the text on the article page.
### 3.20.11
###### 2022-6-28
- [optimize]Update French, Polish, German.

View File

@ -12,7 +12,7 @@ FeedMe是一个RSS阅读器支持以下RSS服务
## 版本:
- 正式: 3.20.10
- 测试: 3.20.11 (加入beta测试: https://play.google.com/apps/testing/com.seazon.feedme)
- 测试: 3.20.14 (加入beta测试: https://play.google.com/apps/testing/com.seazon.feedme)
## 下载:
- https://play.google.com/store/apps/details?id=com.seazon.feedme

View File

@ -17,7 +17,16 @@
Mobilizer去除网页上一些不重要的元素头部侧边及底部的导航或者链接并重新排版仅保留正文部分。一般 Mobilizer 得到的文章是由程序算法计算解析得出的,所以不能保证百分百的正确。成熟的 Mobilizer 在正确性上会做的更好,而自带的会差一些。
# 手动切换 feed/web 显示
# Feed 和 Web 显示
在文章界面的右上角,显示着 `Feed/Web`。其中 `Feed` 代表文章内容来自RSS`Web` 代表文章内容来自源链接。
Web的内容通过源链接重新抓取并通过Mobilizer解析。一般情况下可以正确解析出正文内容但也可能解析错误得到非正文内容。
## 当前是 `Feed` 还是 `Web`
- 当 `Feed` 为强调色时,说明当前内容是 `Web`
- 当 `Web` 为强调色时,说明当前内容是 `Feed`
## 手动切换 feed/web 显示
怎么在文章界面手动切换 feed/web 显示?
### 1. 点击 feed/web 链接

View File

@ -1,3 +1,16 @@
### 3.20.14
###### 2022-7-10
- [修复]主题跟随系统不起作用的问题。
### 3.20.13
###### 2022-7-10
- [修复]修复`服务`某些服务丢失的问题。
### 3.20.12
###### 2022-7-3
- [修复]修复不能分享到微信的问题。
- [修复]修复文章页长按文字时某些选项丢失的问题。
### 3.20.11
###### 2022-6-28
- [优化]更新翻译。