mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-08 17:08:35 +08:00
resource v2
This commit is contained in:
@@ -15,8 +15,8 @@ class ResourceHelper:
|
|||||||
检测和更新资源包
|
检测和更新资源包
|
||||||
"""
|
"""
|
||||||
# 资源包的git仓库地址
|
# 资源包的git仓库地址
|
||||||
_repo = f"{settings.GITHUB_PROXY}https://raw.githubusercontent.com/jxxghp/MoviePilot-Resources/main/package.json"
|
_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"
|
_files_api = f"https://api.github.com/repos/jxxghp/MoviePilot-Resources/contents/resources.v2"
|
||||||
_base_dir: Path = settings.ROOT_PATH
|
_base_dir: Path = settings.ROOT_PATH
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user