Commit Graph

6 Commits

Author SHA1 Message Date
19336d5d34 标题粗体显示:h1-h6 标题在正文中标粗区分 2026-05-15 12:09:11 +08:00
Developer
16f801cdf8 feat: improve HTML text extraction with paragraph preservation, add reading margins, paragraph-aware pagination 2026-05-14 20:43:29 +08:00
Developer
79d2fcd75c fix: address code review issues in EpubLoader 2026-05-13 23:16:50 +08:00
Developer
5f66478c26 Implement EpubLoader with load_epub, extract_title, and build_toc functions 2026-05-13 23:09:01 +08:00
Developer
072a47378d Define core data models for book and theme 2026-05-13 23:02:04 +08:00
Developer
2bdb8a90b9 Initial project scaffold: Rust egui ePub reader
- Cargo.toml with eframe, egui, epub, rfd, serde dependencies
- Source modules: app, book, font, persistence, reader, theme
- MinGW static linking config
- .gitignore for build artifacts
2026-05-13 22:56:10 +08:00