-
-
Notifications
You must be signed in to change notification settings - Fork 771
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add fetchLeetCodeQuestionData function to LinkCard (#439)
* fix: location reload not working (#431) * fix(deps): update all non-major dependencies (patch) (#427) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * feat: add fetchLeetCodeQuestionData function to LinkCard * refactor: optimize fetchLeetCodeQuestionData function in LinkCard * refactor: optimize fetchLeetCodeQuestionData function in LinkCard feat: batch request of leetcode refactor: optimize fetchLeetCodeQuestionData function in LinkCard and add BlockLinkRenderer imp * refactor: optimize fetchLeetCodeQuestionData function in LinkCard and update API_URL * fix:TMDB api had changed ref:https://developer.themoviedb.org/docs/append-to-response --------- Co-authored-by: Suemor <suemor233@outlook.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Innei <i@innei.in>
- Loading branch information
Showing
6 changed files
with
135 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,4 +7,5 @@ export enum LinkCardSource { | |
GHCommit = 'gh-commit', | ||
GHPr = 'gh-pr', | ||
TMDB = 'tmdb', | ||
LEETCODE = 'leetcode', | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters