diff --git a/README.md b/README.md index a2e33ec..ca31229 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ jellyfin电影元数据插件,影片信息只要从豆瓣获取,并由TheMov 添加插件存储库: -国内加速:https://ghproxy.com/https://github.com/cxfksword/jellyfin-plugin-metashark/releases/download/manifest/manifest_cn.json +国内加速:https://gh-proxy.com/https://github.com/cxfksword/jellyfin-plugin-metashark/releases/download/manifest/manifest_cn.json 国外访问:https://github.com/cxfksword/jellyfin-plugin-metashark/releases/download/manifest/manifest.json diff --git a/build.sh b/build.sh index 3220aab..e955cb7 100755 --- a/build.sh +++ b/build.sh @@ -38,6 +38,6 @@ sed -i "s@/${ARTIFACT}/@/$TAG/@" "$JELLYFIN_MANIFEST" # 国内加速 cp -f "$JELLYFIN_MANIFEST" "$JELLYFIN_MANIFEST_CN" -sed -i "s@github.com@ghproxy.com/https://github.com@g" "$JELLYFIN_MANIFEST_CN" +sed -i "s@github.com@gh-proxy.com/https://github.com@g" "$JELLYFIN_MANIFEST_CN" exit $? \ No newline at end of file