yang991178 / fluent-reader

Modern desktop RSS reader built with Electron, React, and Fluent UI
https://hyliu.me/fluent-reader/
BSD 3-Clause "New" or "Revised" License
7.79k stars 425 forks source link

fix: compatible with miniflux #660

Open mofazhe opened 7 months ago

mofazhe commented 7 months ago

fix: Use paging loading to avoid the unread value of the miniflux server being displayed as 100 after restarting (#641). fix: Use the favicon provided by the miniflux server. (The solution here is to directly insert the base64 of the image into the database. It's not good. Maybe there is a better way?) 2 issues fixed here, please check.