镜像自地址
https://github.com/JGZYES/ParlzPackageManger.git
已同步 2026-09-11 08:52:45 +08:00
The docs sidebar used flex+sticky which could collapse to zero width, hiding the left directory. Switch .docs-layout to a CSS grid (230px sidebar + minmax(0,1fr) content) so the sidebar always has a fixed column, and add a <=840px single-column fallback so narrow screens stack (directory on top).