Skip to content

Commit

Permalink
type: speficy image type for tweet detail
Browse files Browse the repository at this point in the history
  • Loading branch information
tiancheng-myshell committed Jan 10, 2025
1 parent 0bbfd80 commit a56aafd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/packages/pro-config-type/src/transition.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ type TwitterUser = {
};
type TweetDetail = {
text: string;
media_urls: URLString[]; // 主站用的字段是 media_url
images: URLString[]; // 主站用的字段是 media_url
user: TwitterUser;
tweet_id: string;
creation_date: string;
Expand Down

0 comments on commit a56aafd

Please sign in to comment.