mirror of
https://github.com/xr843/Master-skill.git
synced 2026-05-10 05:16:25 +00:00
1de3bb9388
FoJin frontend route is '/texts/:id/read?juan=N' (query param),
not '/texts/{id}/juan/{N}' (path segment). Old format fell through
to React router 404.
Verified against FoJin frontend App.tsx route definitions:
- /texts/:id → TextDetailPage
- /texts/:id/read → TextReaderPage (uses ?juan= query)