git workflow release-action需要通过tag触发发布,否则会忽略
keytool -genkey -v -keystore key.jks -keyalg RSA -keysize 2048 -validity 10000 -alias key
再通过命令还原为二进制数据
A comic app with multiple sources built with flutter.
- Clone the repository
git clone https://github.com/wgh136/PicaComic
- Install flutter: https://docs.flutter.dev/get-started/install
- Build Application: https://docs.flutter.dev/deployment
Currently, Pica Comic has 5 built-in comic sources:
- picacg
- e-hentai/exhentai
- jmcomic
- hitomi
- 绅士漫画
- nhentai
You can add custom comic sources in the app after version 3.0.0.
- Browse manga
- Online reading
- Download manga
- Manage local favorites and network favorites
- Data sync(using webdav)
- Reading history
This project initially started as an unofficial app for picacg and later evolved into an app that supports multiple comic sources.
The image restructuring algorithm used to display jm images is from this project.
The Chinese translation of the manga tags is from this project.