/PicaComic

A comic app built with Flutter, supporting multiple comic sources.

Primary LanguageDartMIT LicenseMIT

Pica Comic

flutter License Download stars

测试编译和发布

git workflow release-action需要通过tag触发发布,否则会忽略

生成密钥命令

keytool -genkey -v -keystore key.jks -keyalg RSA -keysize 2048 -validity 10000 -alias key

由于二进制编码密钥无法用剪切板复制,只能先编码为base64字符串

再通过命令还原为二进制数据

A comic app with multiple sources built with flutter.

How to use

  1. Clone the repository
git clone https://github.com/wgh136/PicaComic
  1. Install flutter: https://docs.flutter.dev/get-started/install
  2. Build Application: https://docs.flutter.dev/deployment

Introduction

Built-in Comic Source

Currently, Pica Comic has 5 built-in comic sources:

  • picacg
  • e-hentai/exhentai
  • jmcomic
  • hitomi
  • 绅士漫画
  • nhentai

Custom Comic Source

You can add custom comic sources in the app after version 3.0.0.

Features

  • Browse manga
  • Online reading
  • Download manga
  • Manage local favorites and network favorites
  • Data sync(using webdav)
  • Reading history

History

This project initially started as an unofficial app for picacg and later evolved into an app that supports multiple comic sources.

Build From Source Code

See https://docs.flutter.dev/

Thanks

Projects

Readme Card

The image restructuring algorithm used to display jm images is from this project.

Tags Translation

Readme Card

The Chinese translation of the manga tags is from this project.