fix: cleanup download sources — remove Fishcpy/Foxington, add 创想镜像 - #62
Merged
leemwood merged 1 commit intoAug 20, 2026
Merged
Conversation
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
This was referenced Aug 21, 2026
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
下载源清理
根据 #60 和 #59 的要求,整理下载页的下载源列表:
变更明细
创想镜像技术细节
https://mirror.cxsjmc.cn/ZL/ZalithLauncher-latest-{arch}.apkZalithLauncher-latest.apk代码变更
useLatestRelease.ts:删除 fishcpy/foxington 的 DOWNLOAD_SOURCES 条目和数据拉取逻辑,新增 cxsj 源Download.tsx:删除 mirror/foxington 的 URL 拼接逻辑,新增 cxsj 的架构映射逻辑Closes #59, Closes #60