chore: update proxy domain

This commit is contained in:
cxfksword
2025-02-16 15:09:56 +08:00
parent 6658a55937
commit a359c220e3
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ jellyfin弹幕自动下载插件已支持的弹幕来源b站弹弹play
添加插件存储库:
国内加速https://mirror.ghproxy.com/https://github.com/cxfksword/jellyfin-plugin-danmu/releases/download/manifest/manifest_cn.json
国内加速https://ghfast.top/https://github.com/cxfksword/jellyfin-plugin-danmu/releases/download/manifest/manifest_cn.json
国外访问https://github.com/cxfksword/jellyfin-plugin-danmu/releases/download/manifest/manifest.json

View File

@@ -63,7 +63,7 @@ def main():
json.dump(manifest, f, indent=2)
# 国内加速
cn_domain = 'https://mirror.ghproxy.com/'
cn_domain = 'https://ghfast.top/'
if 'CN_DOMAIN' in os.environ and os.environ["CN_DOMAIN"]:
cn_domain = os.environ["CN_DOMAIN"]
cn_domain = cn_domain.rstrip('/')