hjyssg / ShiguReader

硬核宅宅资源管理器. Ultimate Manga Resource Manager
MIT License
397 stars 45 forks source link

release 1.5.0 draft #106

Closed hjyssg closed 3 years ago

hjyssg commented 3 years ago
  1. [Bug fixing] fix a bug that causes server not able to list any zip file content.
  2. [UI] Easier to tell which book is zip, which one is folder.
  3. [New Feature] allow user to delete/zip folder
  4. [code quality] client uses await/async for post. F**K you, callback function. Server always sends back json.
  5. [New Feature] better ehentai user script
  6. [UI] able to display why error message from server
  7. [UI] busy indicator for img loading
  8. [Experiment New Feature] utilize Everything search HTTP server to boost performance.

Not for this release

  1. [New Feature] use ehentai metadata to display for UI
hjyssg commented 3 years ago

记得改package.json版本号

hjyssg commented 3 years ago

todo:

之前tampermonkey遇到的ehentai filename和本地file name的matching的算法,是不是可以重复使用? 还是说不对单本book做分析,对作者做tag分析表示。那个容易得多,也准确

  1. 比较作者
  2. 比较页数
  3. 比较title

需要把数据ehentai的tag直接加到file_collection里面 或者进行join合并的search


直接用tamper monkey去ehentai进行改造。

note: tooltip和modal在网页设计里面用的少是有原因的。 观看不舒服,操作也不舒服。还很不好实现。


todo: 这套算法可以推广到nya。等我有空做