docs: add docs for showSymbolForRetweetAndReply (#12104)
This commit is contained in:
parent
afc93ac1ba
commit
377efd76a7
|
|
@ -437,7 +437,8 @@ Specify options (in the format of query string) in parameter `routeParams` to co
|
|||
| `showAuthorInDesc` | Show author name in description (RSS body) | `0`/`1`/`true`/`false` | `false` (`true` in `/twitter/followings`) |
|
||||
| `showQuotedAuthorAvatarInDesc` | Show avatar of quoted Tweet's author in description (RSS body) (Not recommended if your RSS reader extracts images from description) | `0`/`1`/`true`/`false` | `false` |
|
||||
| `showAuthorAvatarInDesc` | Show avatar of author in description (RSS body) (Not recommended if your RSS reader extracts images from description) | `0`/`1`/`true`/`false` | `false` |
|
||||
| `showEmojiForRetweetAndReply` | Use "🔁" instead of "Rt", "↩️" & "💬" instead of "Re" | `0`/`1`/`true`/`false` | `false` |
|
||||
| `showEmojiForRetweetAndReply` | Use "🔁" instead of "RT", "↩️" & "💬" instead of "Re" | `0`/`1`/`true`/`false` | `false` |
|
||||
| `showSymbolForRetweetAndReply` | Use " RT " instead of "", " Re " instead of "" | `0`/`1`/`true`/`false` | `true` |
|
||||
| `showRetweetTextInTitle` | Show quote comments in title (if `false`, only the retweeted tweet will be shown in the title) | `0`/`1`/`true`/`false` | `true` |
|
||||
| `addLinkForPics` | Add clickable links for Tweet pictures | `0`/`1`/`true`/`false` | `false` |
|
||||
| `showTimestampInDescription` | Show timestamp in description | `0`/`1`/`true`/`false` | `false` |
|
||||
|
|
|
|||
|
|
@ -798,6 +798,7 @@ Instagram Stories 没有可靠的 guid,你的 RSS 阅读器可能将同一条
|
|||
| `showQuotedAuthorAvatarInDesc` | 是否在正文处显示被转推的推文的作者头像(若阅读器会提取正文图片,不建议开启) | `0`/`1`/`true`/`false` | `false` |
|
||||
| `showAuthorAvatarInDesc` | 是否在正文处显示作者头像(若阅读器会提取正文图片,不建议开启) | `0`/`1`/`true`/`false` | `false` |
|
||||
| `showEmojiForRetweetAndReply` | 显示 “🔁” 取代 “Rt”、“↩️” 取代 “Re” | `0`/`1`/`true`/`false` | `false` |
|
||||
| `showSymbolForRetweetAndReply` | 显示 “RT” 取代 “”、“ Re ” 取代 “” | `0`/`1`/`true`/`false` | `true` |
|
||||
| `showRetweetTextInTitle` | 在标题处显示转推评论(置为 `false` 则在标题只显示被转推推文) | `0`/`1`/`true`/`false` | `true` |
|
||||
| `addLinkForPics` | 为图片添加可点击的链接 | `0`/`1`/`true`/`false` | `false` |
|
||||
| `showTimestampInDescription` | 在正文处显示推特的时间戳 | `0`/`1`/`true`/`false` | `false` |
|
||||
|
|
|
|||
Loading…
Reference in New Issue