Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/niuhuan/kobi
拷贝漫画客户端
https://github.com/niuhuan/kobi
bika copymanga flutter manga manga-reader pika r18 rust rust-lang
Last synced: about 13 hours ago
JSON representation
拷贝漫画客户端
- Host: GitHub
- URL: https://github.com/niuhuan/kobi
- Owner: niuhuan
- License: mpl-2.0
- Created: 2023-11-07T07:56:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-10T23:50:47.000Z (4 months ago)
- Last Synced: 2025-01-18T09:03:36.116Z (8 days ago)
- Topics: bika, copymanga, flutter, manga, manga-reader, pika, r18, rust, rust-lang
- Language: Dart
- Homepage:
- Size: 2.42 MB
- Stars: 706
- Watchers: 7
- Forks: 29
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome - niuhuan/kobi - reader,pika,r18,rust,rust-lang pushed_at:2024-10 star:0.7k fork:0.0k 拷贝漫画客户端 (Dart)
README
kobi
=====
[![license](https://img.shields.io/github/license/niuhuan/kobi)](https://raw.githubusercontent.com/niuhuan/kobi/master/LICENSE)
[![releases](https://img.shields.io/github/v/release/niuhuan/kobi)](https://github.com/niuhuan/kobi/releases)
[![downloads](https://img.shields.io/github/downloads/niuhuan/kobi/total)](https://github.com/niuhuan/kobi/releases)一个简洁大方的漫画客户端, 同时支持 Android / iOS / MacOS / Windows / Linux.
此APP含有"吸烟/饮酒/斗殴/言情/两性"等内容或间接性描述,请在使用过程中遵守当地法律法规。
如果您觉得此软件对您有帮助,可以star进行支持。同时欢迎您issue,一起让软件变得更好。
仓库地址 https://github.com/niuhuan/kobi
## 预览
![G01](images/G01.png)
![G02](images/G02.png)## 其他
### 数据保存位置
- macos: `~/Library/Application Support/opensource/kobi`
- windows: `%CURRENT_DIR%\data`
- linux: `$HOME/.opensource/kobi`### 本地构建
参考 Github Actions 的构建脚本
## 技术架构
客户端使用前后端分离架构, flutter作为渲染框架. rust作为底层调度网络和文件系统. Flutter与rust均为跨平台编程语言, 以此支持 android/iOS/windows/macOS 等不同操作系统.
![](https://raw.githubusercontent.com/fzyzcjy/flutter_rust_bridge/master/book/logo.png)