You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(galgame): mini gallery thumbnails, min-width grid, per-rating ring badges
- Thumbnails load the image_service `mini` variant (~31KB) instead of the full
1920x1080 image; the lightbox still opens full-res.
- Replace the fixed 5-col grid with auto-fill minmax(180px, 1fr) so tiles never
shrink below ~180px in a narrow content column (still 2 cols on phones).
- Per-tile double rating ring: outer band = 色情 (warning), inner = 暴力
(danger), colour depth = level (轻/中/高); drawn as nested inset box-shadows on
a pointer-events-none overlay (a single rated axis draws one edge ring). The
分级筛选 popover gains a legend decoding the colours.
0 commit comments