Skip to content

Commit

Permalink
Merge pull request #386 from fa0311/develop
Browse files Browse the repository at this point in the history
Update Document
  • Loading branch information
fa0311 authored Dec 13, 2023
2 parents c193bcd + 25deec3 commit 3cb2aa1
Show file tree
Hide file tree
Showing 65 changed files with 1,278 additions and 1,648 deletions.
6 changes: 3 additions & 3 deletions docs/deck/json/InitialState.json
Original file line number Diff line number Diff line change
Expand Up @@ -4228,7 +4228,7 @@
"value": "10000"
},
"responsive_web_twitter_article_character_limit": {
"value": "100"
"value": "25"
},
"responsive_web_twitter_article_content_debounce_ms": {
"value": "3000"
Expand Down Expand Up @@ -5188,7 +5188,7 @@
"impression_pointers": {},
"impressions": {},
"keysRead": {},
"settingsVersion": "81c3f49c935b8c694308779bec60402a"
"settingsVersion": "0cc441f977462240dcb09ef4aff2ff90"
},
"debug": {},
"featureSetToken": "8821002201648f36943949386e667335a78b2515",
Expand Down Expand Up @@ -5261,7 +5261,7 @@
"country": "US",
"isActiveCreator": "false",
"isRestrictedSession": "false",
"guestId": "170232907874306861",
"guestId": "170241544838887052",
"hasCommunityMemberships": "false",
"language": "en",
"ssoInitTokens": {},
Expand Down
2 changes: 1 addition & 1 deletion docs/deck/json/MetaData.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"rweb",
"msw"
],
"serverDate": "1702329078780",
"serverDate": "1702415448427",
"cookies": {
"version": "1661819456366",
"fetchedTime": "1661971138705",
Expand Down
594 changes: 238 additions & 356 deletions docs/json/API.json

Large diffs are not rendered by default.

29 changes: 20 additions & 9 deletions docs/json/FreezeObject.json
Original file line number Diff line number Diff line change
Expand Up @@ -1827,6 +1827,13 @@
"bold": "!0",
"color": "whiteOnColor"
},
"warning": {
"backgroundColor": "red50",
"color": "red900",
"bold": "!0",
"radius": "9999",
"fontSize": "subtext3"
},
"subscriptionSaving": {
"backgroundColor": "green50",
"color": "green900",
Expand Down Expand Up @@ -3277,6 +3284,10 @@
"explore": "explore",
"transparent": "transparent"
},
{
"home": "home",
"post": "post"
},
{
"Draft": "Draft",
"Published": "Published",
Expand Down Expand Up @@ -4185,7 +4196,7 @@
"Topic": "Topic",
"Trending": "Trending"
},
"{[z.v.FOLLOWS]:\"K\",[z.v.FRIENDS_OF_FRIENDS]:\"X\"}",
"{[z.v.FOLLOWS]:\"W\",[z.v.FRIENDS_OF_FRIENDS]:\"X\"}",
{
"START": "start",
"END": "end"
Expand Down Expand Up @@ -4758,35 +4769,35 @@
},
{
"all": {
"icon": "cs",
"icon": "ds",
"label": "C().i8ea6d4e"
},
"community": {
"icon": "us",
"icon": "hs",
"label": "C().a176d0d8"
},
"by_invitation": {
"icon": "ds",
"icon": "us",
"label": "C().gc7e52ca"
},
"subscribers": {
"icon": "cs",
"icon": "ds",
"label": "C().bf8d98f4"
},
"community_members": {
"icon": "hs",
"icon": "ms",
"label": "C().i13be5a0"
},
"super_followers_exclusive": {
"icon": "cs",
"icon": "ds",
"label": "C().ebe1d850"
},
"trusted_friends_tweet": {
"icon": "ms",
"icon": "ps",
"label": "p"
},
"verified": {
"icon": "ps",
"icon": "_s",
"label": "C().b121464a"
}
},
Expand Down
Loading

0 comments on commit 3cb2aa1

Please sign in to comment.