# koodo-reader
**Repository Path**: scxssr/koodo-reader
## Basic Information
- **Project Name**: koodo-reader
- **Description**: 跨平台的电子书阅读器,平台支持Windows,macOS,Linux 和网页版,格式支持 epub, pdf, mobi, azw3, txt, djvu, markdown, fb2, cbz, cbt, cbr, rtf 和 docx
- **Primary Language**: JavaScript
- **License**: AGPL-3.0
- **Default Branch**: master
- **Homepage**: https://koodo.960960.xyz/
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 54
- **Created**: 2022-01-07
- **Last Updated**: 2022-09-29
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
简体中文 | [Português](https://github.com/troyeguo/koodo-reader/blob/master/README_pt.md) | [English](https://github.com/troyeguo/koodo-reader/blob/master/README.md)
Koodo Reader
一个跨平台的电子书阅读器
[下载客户端](https://koodo.960960.xyz/zh) | [在线预览](https://reader.960960.xyz) | [开发计划](https://troyeguo.notion.site/215baeda57804fd29dbb0e91d1e6a021?v=360c00183d944b598668f34c255edfd7) | [帮助文档](https://troyeguo.notion.site/Koodo-Reader-0c9c7ccdc5104a54825dfc72f1c84bea)
## 预览
## 特色
- 支持阅读格式:
- EPUB (**.epub**)
- 扫描文档 (**.pdf**, **.djvu**)
- Kindle (**.azw3**, **.mobi**)
- 纯文本 (**.txt**)
- 漫画 (**.cbr**, **.cbz**, **.cbt**)
- 富文本 (**.md**, **.docx**, **.rtf**)
- FB2 (**.fb2**)
- 超文本 (**.html**, **.xml**, **.xhtml**, **.htm**)
- 支持 **Windows**,**macOS**,**Linux** 和 **网页版**
- 备份数据到 **Dropbox** 和 **Webdav**
- 自定义源文件夹,利用 OneDrive、百度网盘、iCloud、Dropbox 等进行多设备同步
- 双页模式,单页模式,滚动模式
- 听书功能,翻译功能,触控屏支持,批量导入图书
- 支持目录,书签,笔记,高亮,书架,标签
- 自定义字体,字体大小,行间距,段落间距,阅读背景色,文字颜色,屏幕亮度,文字下划线、斜体、文字阴影、字体粗细
- 黑夜模式和主题色设置
## 使用方法
- 桌面端:
- 稳定版 (推荐下载):[官网](https://koodo.960960.xyz/zh)(感谢 [@Stille](https://www.ioiox.com/donate.html) 提供下载加速服务)
- 开发版:[Github Release](https://github.com/troyeguo/koodo-reader/releases/latest) (包含新功能和 bug 修复,但也可能引入更多未知 bug)
- 网页版:[前往](https://reader.960960.xyz)
- 使用 Scoop 安装:
```shell
scoop bucket add dorado https://github.com/chawyehsu/dorado
scoop install dorado/koodo-reader
```
- 使用 Homebrew 安装:
```shell
brew install --cask koodo-reader
```
- 使用 Docker 安装:
```bash
docker-compose up -d
```
## 截图
列表模式
封面模式
阅读菜单
备份和恢复
黑夜模式和主题色
笔记管理
## 运行源码
请确保您电脑的 node 的版本为 14.x.x,已配置好 yarn,git 的运行环境。
1. 将项目源码下载到本地
```
git clone https://github.com/troyeguo/koodo-reader.git
```
2. cd 到项目文件夹,运行以下代码进入客户端模式
```
yarn
yarn dev
```
3. 运行以下代码进入网页模式
```
yarn
yarn start
```
## 贡献翻译
您可以通过 Koodo Reader 的[在线翻译工具](https://poeditor.com/join/project?hash=fk4qbQTlsk),完善现有翻译,也可以添加新的语言。