fix(docs): twitter social-media.md (#7156)

typo
This commit is contained in:
Kuiliang Zhang 2021-03-14 14:17:43 +08:00 committed by GitHub
parent 7eb89a406b
commit 191b2178af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -598,7 +598,7 @@ Tiny Tiny RSS 会给所有 iframe 元素添加 `sandbox="allow-scripts"` 属性
| showQuotedAuthorAvatarInDesc | 是否在正文处显示被转推的推文的作者头像(若阅读器会提取正文图片,不建议开启) | 0/1/true/false | false |
| showAuthorAvatarInDesc | 是否在正文处显示作者头像(若阅读器会提取正文图片,不建议开启) | 0/1/true/false | false |
| showEmojiForRetweetAndReply | 显示 “🔁” 取代 “Rt”、“↩” 取代 “Re” | 0/1/true/false | false |
| showRetweetTextInTitle | 在标题显示转推评论(置为 false 则在标题只显示被转推推文) | 0/1/true/false | true |
| showRetweetTextInTitle | 在标题显示转推评论(置为 false 则在标题只显示被转推推文) | 0/1/true/false | true |
| addLinkForPics | 为图片添加可点击的链接 | 0/1/true/false | false |
| showTimestampInDescription | 在正文处显示推特的时间戳 | 0/1/true/false | false |
| showQuotedInTitle | 在标题处显示被引用的推文 | 0/1/true/false | false |