style: auto format
This commit is contained in:
parent
db1e74c6f9
commit
d486205245
|
|
@ -5,34 +5,34 @@ export const namespace: Namespace = {
|
|||
url: 'x.com',
|
||||
description: `Specify options (in the format of query string) in parameter \`routeParams\` to control some extra features for Tweets
|
||||
|
||||
| Key | Description | Accepts | Defaults to |
|
||||
| ------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------ | ---------------------- | ----------------------------------------- |
|
||||
| \`readable\` | Enable readable layout | \`0\`/\`1\`/\`true\`/\`false\` | \`false\` |
|
||||
| \`authorNameBold\` | Display author name in bold | \`0\`/\`1\`/\`true\`/\`false\` | \`false\` |
|
||||
| \`showAuthorInTitle\` | Show author name in title | \`0\`/\`1\`/\`true\`/\`false\` | \`false\` (\`true\` in \`/twitter/followings\`) |
|
||||
| \`showAuthorAsTitleOnly\` | Show only author name as title | \`0\`/\`1\`/\`true\`/\`false\` | \`false\` |
|
||||
| \`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\` |
|
||||
| \`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\` |
|
||||
| \`showQuotedInTitle\` | Show quoted tweet in title | \`0\`/\`1\`/\`true\`/\`false\` | \`false\` |
|
||||
| \`widthOfPics\` | Width of Tweet pictures | Unspecified/Integer | Unspecified |
|
||||
| \`heightOfPics\` | Height of Tweet pictures | Unspecified/Integer | Unspecified |
|
||||
| \`sizeOfAuthorAvatar\` | Size of author's avatar | Integer | \`48\` |
|
||||
| \`sizeOfQuotedAuthorAvatar\` | Size of quoted tweet's author's avatar | Integer | \`24\` |
|
||||
| \`includeReplies\` | Include replies, only available in \`/twitter/user\` | \`0\`/\`1\`/\`true\`/\`false\` | \`false\` |
|
||||
| \`includeRts\` | Include retweets, only available in \`/twitter/user\` | \`0\`/\`1\`/\`true\`/\`false\` | \`true\` |
|
||||
| \`forceWebApi\` | Force using Web API even if Developer API is configured, only available in \`/twitter/user\` and \`/twitter/keyword\` | \`0\`/\`1\`/\`true\`/\`false\` | \`false\` |
|
||||
| \`count\` | \`count\` parameter passed to Twitter API, only available in \`/twitter/user\` | Unspecified/Integer | Unspecified |
|
||||
| \`onlyMedia\` | Only get tweets with a media | \`0\`/\`1\`/\`true\`/\`false\` | \`false\` |
|
||||
| \`mediaNumber \` | Number the medias | \`0\`/\`1\`/\`true\`/\`false\` | \`false\` |
|
||||
| \`showEmojiForSubscriberOnly\` | Use "🔒" as prefix for subscriber-only posts | \`0\`/\`1\`/\`true\`/\`false\` | \`false\` |
|
||||
| \`showSymbolForSubscriberOnly\` | Use "[Subscribers Only]" as prefix for subscriber-only posts | \`0\`/\`1\`/\`true\`/\`false\` | \`true\` |
|
||||
| \`showFullPrefixForSubscriberOnly\` | Use "🔒 [Subscribers Only]" as prefix for subscriber-only posts | \`0\`/\`1\`/\`true\`/\`false\` | \`false\` | | \`0\`/\`1\`/\`true\`/\`false\` | \`true\` | | \`0\`/\`1\`/\`true\`/\`false\` | \`false\` |
|
||||
| Key | Description | Accepts | Defaults to | | | | | | |
|
||||
| --------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------ | ---------------------- | ----------------------------------------- | - | ---------------------- | ------ | - | ---------------------- | ------- |
|
||||
| \`readable\` | Enable readable layout | \`0\`/\`1\`/\`true\`/\`false\` | \`false\` | | | | | | |
|
||||
| \`authorNameBold\` | Display author name in bold | \`0\`/\`1\`/\`true\`/\`false\` | \`false\` | | | | | | |
|
||||
| \`showAuthorInTitle\` | Show author name in title | \`0\`/\`1\`/\`true\`/\`false\` | \`false\` (\`true\` in \`/twitter/followings\`) | | | | | | |
|
||||
| \`showAuthorAsTitleOnly\` | Show only author name as title | \`0\`/\`1\`/\`true\`/\`false\` | \`false\` | | | | | | |
|
||||
| \`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\` | | | | | | |
|
||||
| \`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\` | | | | | | |
|
||||
| \`showQuotedInTitle\` | Show quoted tweet in title | \`0\`/\`1\`/\`true\`/\`false\` | \`false\` | | | | | | |
|
||||
| \`widthOfPics\` | Width of Tweet pictures | Unspecified/Integer | Unspecified | | | | | | |
|
||||
| \`heightOfPics\` | Height of Tweet pictures | Unspecified/Integer | Unspecified | | | | | | |
|
||||
| \`sizeOfAuthorAvatar\` | Size of author's avatar | Integer | \`48\` | | | | | | |
|
||||
| \`sizeOfQuotedAuthorAvatar\` | Size of quoted tweet's author's avatar | Integer | \`24\` | | | | | | |
|
||||
| \`includeReplies\` | Include replies, only available in \`/twitter/user\` | \`0\`/\`1\`/\`true\`/\`false\` | \`false\` | | | | | | |
|
||||
| \`includeRts\` | Include retweets, only available in \`/twitter/user\` | \`0\`/\`1\`/\`true\`/\`false\` | \`true\` | | | | | | |
|
||||
| \`forceWebApi\` | Force using Web API even if Developer API is configured, only available in \`/twitter/user\` and \`/twitter/keyword\` | \`0\`/\`1\`/\`true\`/\`false\` | \`false\` | | | | | | |
|
||||
| \`count\` | \`count\` parameter passed to Twitter API, only available in \`/twitter/user\` | Unspecified/Integer | Unspecified | | | | | | |
|
||||
| \`onlyMedia\` | Only get tweets with a media | \`0\`/\`1\`/\`true\`/\`false\` | \`false\` | | | | | | |
|
||||
| \`mediaNumber \` | Number the medias | \`0\`/\`1\`/\`true\`/\`false\` | \`false\` | | | | | | |
|
||||
| \`showEmojiForSubscriberOnly\` | Use "🔒" as prefix for subscriber-only posts | \`0\`/\`1\`/\`true\`/\`false\` | \`false\` | | | | | | |
|
||||
| \`showSymbolForSubscriberOnly\` | Use "\\[Subscribers Only]" as prefix for subscriber-only posts | \`0\`/\`1\`/\`true\`/\`false\` | \`true\` | | | | | | |
|
||||
| \`showFullPrefixForSubscriberOnly\` | Use "🔒 \\[Subscribers Only]" as prefix for subscriber-only posts | \`0\`/\`1\`/\`true\`/\`false\` | \`false\` | | \`0\`/\`1\`/\`true\`/\`false\` | \`true\` | | \`0\`/\`1\`/\`true\`/\`false\` | \`false\` |
|
||||
|
||||
Specify different option values than default values to improve readability. The URL
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue