diff --git a/app/helper/resource.py b/app/helper/resource.py index 40f12968..4d2ef3fd 100644 --- a/app/helper/resource.py +++ b/app/helper/resource.py @@ -15,8 +15,8 @@ class ResourceHelper: 检测和更新资源包 """ # 资源包的git仓库地址 - _repo = f"{settings.GITHUB_PROXY}https://raw.githubusercontent.com/jxxghp/MoviePilot-Resources/main/package.json" - _files_api = f"https://api.github.com/repos/jxxghp/MoviePilot-Resources/contents/resources" + _repo = f"{settings.GITHUB_PROXY}https://raw.githubusercontent.com/jxxghp/MoviePilot-Resources/main/package.v2.json" + _files_api = f"https://api.github.com/repos/jxxghp/MoviePilot-Resources/contents/resources.v2" _base_dir: Path = settings.ROOT_PATH def __init__(self):