{"id":13481233,"url":"https://github.com/niuhuan/daisy","last_synced_at":"2025-05-14T21:06:05.649Z","repository":{"id":37844860,"uuid":"479632079","full_name":"niuhuan/daisy","owner":"niuhuan","description":"美观易用且无广告的漫画和轻小说客户端, 同时支持MacOS，Windows，Android，iOS。类似动漫之家。","archived":false,"fork":false,"pushed_at":"2025-05-04T04:08:24.000Z","size":2891,"stargazers_count":1372,"open_issues_count":4,"forks_count":54,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-05-04T05:18:33.360Z","etag":null,"topics":["android","anime","bika","comic","comics-reader","flutter","pika","rust"],"latest_commit_sha":null,"homepage":"","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/niuhuan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-04-09T05:50:19.000Z","updated_at":"2025-05-04T04:08:28.000Z","dependencies_parsed_at":"2023-01-25T22:01:50.091Z","dependency_job_id":"74537344-6fb0-4d58-91c6-455b46ff1628","html_url":"https://github.com/niuhuan/daisy","commit_stats":{"total_commits":110,"total_committers":3,"mean_commits":"36.666666666666664","dds":"0.045454545454545414","last_synced_commit":"2213bf1c0aab050b24f019d9d3439b6d6b60a699"},"previous_names":[],"tags_count":35,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niuhuan%2Fdaisy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niuhuan%2Fdaisy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niuhuan%2Fdaisy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niuhuan%2Fdaisy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/niuhuan","download_url":"https://codeload.github.com/niuhuan/daisy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254227611,"owners_count":22035669,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","anime","bika","comic","comics-reader","flutter","pika","rust"],"created_at":"2024-07-31T17:00:49.944Z","updated_at":"2025-05-14T21:06:05.618Z","avatar_url":"https://github.com/niuhuan.png","language":"Dart","funding_links":[],"categories":["Dart"],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1 align=\"center\"\u003e\n    \u003cimg src=\"lib/assets/icon.png\" width=\"200\"\u003e\n    \u003cbr/\u003e\n    Daisy Comic\n\n  \u003ca href=\"https://trendshift.io/repositories/10633\" target=\"_blank\"\u003e\u003cimg src=\"https://trendshift.io/api/badge/repositories/10633\" alt=\"Trendshift\" style=\"width: 200px; height: 46px;\" width=\"250\" height=\"46\"/\u003e\u003c/a\u003e\n\n[![license](https://img.shields.io/github/license/niuhuan/daisy)](https://raw.githubusercontent.com/niuhuan/daisy/master/LICENSE)\n[![releases](https://img.shields.io/github/v/release/niuhuan/daisy)](https://github.com/niuhuan/daisy/releases)\n[![downloads](https://img.shields.io/github/downloads/niuhuan/daisy/total)](https://github.com/niuhuan/daisy/releases)\n  \u003c/h1\u003e\n\u003c/div\u003e\n\n\n\u003cbr/\u003e\n\n\n一个简洁大方的漫画与轻小说客户端, 同时支持支持 Android / iOS / MacOS / Windows / Linux.\n\n如果您觉得此软件对您有帮助，可以star进行支持。同时欢迎您issue，一起让软件变得更好。\n\n仓库地址 https://github.com/niuhuan/daisy\n\n## 软件截图\n\n![](images/st01.png)\n![](images/st02.png)\n\n![](images/st03.jpg)\n![](images/st04.jpg)\n\n\n## 技术架构\n\n客户端使用前后端分离架构, flutter作为渲染框架. rust作为底层调度网络和文件系统. Flutter与rust均为跨平台编程语言, 以此支持 android/iOS/windows/macOS 等不同操作系统.\n\n![](https://raw.githubusercontent.com/fzyzcjy/flutter_rust_bridge/master/book/logo.png)\n\n### 如何构建\n\n1. 安装flutter, rust-lang\n2. 安装相应平台SDK \u003cbr /\u003e\n  1). cmake, ninja, pkg-config等开发工具 （windows/linux）\u003cbr /\u003e\n  2). 安装 xcode（macOS/iOS/） \u003cbr /\u003e\n  3). android studio, android SDK 等开发工具 (android) \u003cbr /\u003e\n3. 安装`flutter_rust_bridge` 运行 `cargo install flutter_rust_bridge` \u003cbr /\u003e\n4. `flutter run`\n\n### 如何开发调试\n\n阅读flutter_rust_bridge的文档, 了解如何在flutter中调用rust代码.\n\n### 责任声明\n\n- 仓库中的源码您可以按照 [LICENSE](LICENSE) 使用。\n- 此APP含有\"吸烟/饮酒/斗殴/言情/两性\"等内容或间接性描述, 因此理论限制级别为\"R12+PG14\"，即在12岁以上才能使用, 14岁以下的用户在监护人陪同下使用。\n- 作者不作任何软件分发，您应当在使用或传播过程中遵守当地法律法规，因传播载造成的法律问题或纠纷，不承担任何责任，需行为人自行承担。\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniuhuan%2Fdaisy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fniuhuan%2Fdaisy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniuhuan%2Fdaisy/lists"}