mirror of
https://github.com/venera-app/venera.git
synced 2025-09-27 15:57:25 +00:00
3aca3baafcbfb4c0ab75c6bd941344902cfc67a0

Set searchTarget = defaultSearchTarget when aggregatedSearch is enabled, ensuring correct initialization and preventing missing suggestions on first input. Without this fix, when opening the search page for the first time with aggregatedSearch enabled by default, entering an ID that matches a comic source does not trigger the "Open comic" suggestion. However, after toggling aggregatedSearch off and then back on, the same ID input correctly displays the suggestion.
venera
A comic reader that support reading local and network comics.
Features
- Read local comics
- Use javascript to create comic sources
- Read comics from network sources
- Manage favorite comics
- Download comics
- View comments, tags, and other information of comics if the source supports
- Login to comment, rate, and other operations if the source supports
Build from source
- Clone the repository
- Install flutter, see flutter.dev
- Install rust, see rustup.rs
- Build for your platform: e.g.
flutter build apk
Create a new comic source
See Comic Source
Thanks
Tags Translation
The Chinese translation of the manga tags is from this project.
Description
Languages
Dart
90.7%
JavaScript
2.6%
C++
2.2%
CMake
1.3%
Kotlin
1.1%
Other
2%