Skip to content

Commit

Permalink
⬆️ upgrade flutter
Browse files Browse the repository at this point in the history
  • Loading branch information
niuhuan committed Sep 27, 2024
1 parent b405847 commit 69b7bb5
Showing 1 changed file with 13 additions and 20 deletions.
33 changes: 13 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,29 @@
kobi
daisy
=====
[![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)
[![license](https://img.shields.io/github/license/niuhuan/daisy)](https://raw.githubusercontent.com/niuhuan/daisy/master/LICENSE)
[![releases](https://img.shields.io/github/v/release/niuhuan/daisy)](https://github.com/niuhuan/daisy/releases)
[![downloads](https://img.shields.io/github/downloads/niuhuan/daisy/total)](https://github.com/niuhuan/daisy/releases)

一个简洁大方的漫画客户端, 同时支持 Android / iOS / MacOS / Windows / Linux.
一个简洁大方的漫画与轻小说客户端, 同时支持支持 Android / iOS / MacOS / Windows / Linux.

此APP含有"吸烟/饮酒/斗殴/言情/两性"等内容或间接性描述,请在使用过程中遵守当地法律法规
此APP含有"吸烟/饮酒/斗殴/言情/两性"等内容或间接性描述, 因此限制级别为"R12+PG14",建议在12岁以上才能使用, 14岁以下的用户在监护人陪同下使用,并请在使用过程中遵守当地法律法规

如果您觉得此软件对您有帮助,可以star进行支持。同时欢迎您issue,一起让软件变得更好。

仓库地址 https://github.com/niuhuan/kobi
仓库地址 https://github.com/niuhuan/daisy

## 预览
## 软件截图

![G01](images/G01.png)
![G02](images/G02.png)
![](images/st01.png)
![](images/st02.png)

## 其他
![](images/st03.jpg)
![](images/st04.jpg)

### 数据保存位置

- 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)

0 comments on commit 69b7bb5

Please sign in to comment.