* Fix excerpts cannot be deleted in Chrome browsers
* Show book details in reader sidebar
* Set minimum search term length to 1 for CJK languages
* Use more system fonts as custom fonts, closes#31
* Add 'Disable Click' feature to view settings
* Add 'Disable Page Turn on Click' option to MiscPanel and update view settings
* Rename 'Control' section to 'Behavior' and update 'Disable Page Turn on Click' label to 'Disable Click-to-Flip'
* Update view settings to include disableClick functionality
* Refactor disableClick handling in MiscPanel to separate useEffect for improved clarity
* Remove unused 'use' import from MiscPanel for cleaner code