Changelog
中文A record of this site's development from scratch to now (screenshots are freshly regenerated to reflect the current UI, not the original at the time of each change).
Live Site Stats
Only counts requests that reach the origin server; static assets served from the CDN edge cache aren't included. Kept in memory only — resets on each restart.
Code volume: entries from before this session (marked "estimated") are rough figures reconstructed in hindsight; every entry from this one onward is measured precisely at the time of the change.
2026-08-04
1 updates · ~15 lines that day-
Chapter editor now matches the reader view's width and font size
+15 linesThe chapter content textarea was using the generic form style, capped at 560px wide -- much narrower than the actual reading page, making it hard to judge real layout while writing. Now the editor and the reader view line up on width, font size, and line height (both 870px wide, 16px text, 1.9x line height), so what you see while editing is close to what readers will see. Hit a CSS specificity snag along the way: the new font-size rule was silently overridden by an earlier, more specific generic rule (`.form textarea`) until switched to a more specific selector.