Skip to content

Fix module repository loading and missing README rendering#747

Open
byemaxx wants to merge 4 commits into
JingMatrix:masterfrom
byemaxx:fix-module-repository
Open

Fix module repository loading and missing README rendering#747
byemaxx wants to merge 4 commits into
JingMatrix:masterfrom
byemaxx:fix-module-repository

Conversation

@byemaxx
Copy link
Copy Markdown

@byemaxx byemaxx commented Jun 3, 2026

Summary

Fix module repository loading by switching to the new official LSPosed backup CDN endpoint, https://backup.modules.lsposed.org/.

The previous repository endpoints and fallback mirrors are deprecated because the official LSPosed manager has moved to a newer CDN-backed repository request mechanism. The new official backup CDN endpoint remains compatible with the legacy repository API format used by this manager:

  • <base>/modules.json
  • <base>/module/<package>.json

This allows the existing repository loading logic to keep working without migrating this manager to the newer official request mechanism.

This PR also fixes README rendering on the module detail page. Some module entries from modules.json do not include full README content. When README content is missing, the manager now loads the per-module JSON and refreshes the README view after the full module data is available.

Changes

  • Switch module repository loading to the new official LSPosed backup CDN endpoint.
  • Remove the deprecated old repository fallback chain.
  • Load per-module JSON and refresh the README tab when README content is missing.

byemaxx and others added 4 commits June 3, 2026 12:26
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.

1 participant