📚🎬 知行合一AI实验室

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).

AugSepOctNovDecJanFebMarAprMayJunJulAug
11 active days in the past year, 91 updates, ~10637 lines of code changed

Live Site Stats

0.00QPS (last 1 min)
0.0 msAvg latency
0.0 msP95
34小时36分钟Uptime

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.

📤 Share: last 10 updates 📤 Share: today's updates

2026-08-04

1 updates · ~15 lines that day
  • Chapter editor now matches the reader view's width and font size

    +15 lines

    The 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.