Skip to content

fix: cleanup download sources — remove Fishcpy/Foxington, add 创想镜像 - #62

Merged
leemwood merged 1 commit into
ZalithLauncher:mainfrom
lemwoods:fix/download-sources-cleanup
Aug 20, 2026
Merged

fix: cleanup download sources — remove Fishcpy/Foxington, add 创想镜像#62
leemwood merged 1 commit into
ZalithLauncher:mainfrom
lemwoods:fix/download-sources-cleanup

Conversation

@lemwoods

Copy link
Copy Markdown
Contributor

下载源清理

根据 #60#59 的要求,整理下载页的下载源列表:

变更明细

下载源 操作 原因
GitHub 官方 ✅ 保留 官方发布渠道
枫源镜像 (haha) ✅ 保留 #60 授权确认
柠泽资源站 (lemwood) ✅ 保留 网站维护者提供
创想镜像 (cxsj) 🆕 新增 #59@239LAN 提供
Fishcpy 加速 (mirror) ❌ 删除 未授权
Foxington 源 (foxington) ❌ 删除 不再维护

创想镜像技术细节

  • URL 格式:https://mirror.cxsjmc.cn/ZL/ZalithLauncher-latest-{arch}.apk
  • 通用版:ZalithLauncher-latest.apk
  • 无需 API 调用,URL 按架构确定性拼接
  • 仅支持 ZL2(ZL1 无对应镜像,回退到 GitHub)

代码变更

  • useLatestRelease.ts:删除 fishcpy/foxington 的 DOWNLOAD_SOURCES 条目和数据拉取逻辑,新增 cxsj 源
  • Download.tsx:删除 mirror/foxington 的 URL 拼接逻辑,新增 cxsj 的架构映射逻辑

Closes #59, Closes #60

Per ZalithLauncher#60 (枫源镜像授权确认) and ZalithLauncher#59 (新增创想镜像):

- Remove "Fishcpy 加速" (mirror) source — unauthorized
- Remove "Foxington 源" (foxington) source — no longer maintained
- Keep "枫源镜像" (haha) — authorized per ZalithLauncher#60
- Keep "柠泽资源站" (lemwood) — site maintainer provided
- Keep "GitHub 官方" (github) — official source
- Add "创想镜像" (cxsj) — per ZalithLauncher#59, by 239LAN

创想镜像 URL format: https://mirror.cxsjmc.cn/ZL/ZalithLauncher-latest-{arch}.apk
No API needed — URLs are deterministic based on architecture.

Closes ZalithLauncher#59, Closes ZalithLauncher#60
@leemwood
leemwood merged commit da7b631 into ZalithLauncher:main Aug 20, 2026
1 check passed
leemwood pushed a commit that referenced this pull request Aug 21, 2026
* docs: update download sources authorization status in README

Reflect the download source changes from #62 (per #59, #60):

- Replace outdated source list (fishcpy / Foxington) with a table
  documenting provider, supported projects, and authorization status
- Keep: GitHub 官方, 枫源镜像 (#60 authorized), 柠泽资源站, 创想镜像 (#59)
- Document removed sources: Fishcpy 加速 (unauthorized per #60),
  Foxington 源 (no longer maintained)
- Fix typo: 柠枺 → 柠泽

Refs #59, Refs #60

* docs: remove delisted download sources note from README

Per maintainer feedback — no need to document the delisted sources
(Fishcpy / Foxington) in the README.

---------

Co-authored-by: April <april@zalithlauncher.cn>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

授权:授权 ZL2官网 使用 枫源镜像 作为下载线路之一 添加线路:创想镜像

2 participants