From 53c02fa706b20be95c3ab5e0fc10bbdc3029b3fe Mon Sep 17 00:00:00 2001 From: jxxghp Date: Sat, 28 Jun 2025 14:26:14 +0800 Subject: [PATCH] resource v2 --- app/helper/resource.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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):