Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/gstory0404/fun_reader

小说、漫画阅读器,支持android、ios、window、macos、linux多平台运行,支持自定义书源导入,支持多语言。
https://github.com/gstory0404/fun_reader

comic comics-reader novel novel-reader reader

Last synced: 22 days ago
JSON representation

小说、漫画阅读器,支持android、ios、window、macos、linux多平台运行,支持自定义书源导入,支持多语言。

Lists

README

        







FunReader

开源小说、漫画阅读器,支持android、ios、window、macos、linux多平台运行,支持自定义书源,支持多语言。

> 本项目仅供学习交流,请勿用于其他用途!!

# 主要功能

- 自定义书源导入
- 小说搜索
- 小说分类查看
- 小说阅读
- 漫画搜索
- 漫画分类查看
- 漫画阅读
- 书架管理
- 多语言支持

## 预览

| macos | android |
| ---- | ---- |
| | |

## 书源规则

[书源规则](https://github.com/gstory0404/fun_reader/blob/master/rule.md)

## 打包
打包前需要查看文档配置[运行环境](https://docs.flutter.dev/deployment/android)

- Android
```shell
flutter build apk
```

- iOS
```shell
flutter build ipa
```

- Windows
需要再window环境中编译
```shell
flutter build windows
```

- macOS
需要再macOS环境中编译
```shell
flutter build macos
```

- linux
需要再linux环境中编译
```shell
snap install --classic flutter
snap install --classic code
code --install-extension dart-code.flutter
flutter build linux
```