🎈 优先使用github api (#1625)

This commit is contained in:
AkashiCoin 2024-09-13 20:41:33 +08:00 committed by GitHub
parent 8a688eb4f0
commit d97e437e80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,4 +20,4 @@ def parse_github_url(github_url: str) -> "RepoInfo":
jsdelivr_api = RepoAPI(JsdelivrStrategy()) # type: ignore
github_api = RepoAPI(GitHubStrategy()) # type: ignore
api_strategy = [jsdelivr_api, github_api]
api_strategy = [github_api, jsdelivr_api]