🎈 优先使用github api

This commit is contained in:
AkashiCoin 2024-09-13 18:22:42 +08:00
parent 8a688eb4f0
commit a9ce226446

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]