【介绍】
国内大佬的开源项目,跨平台的 Epub 阅读器,支持Windows,macOS 和网页版,所有的数据都可以导入导出和实现多端同步。基于 React、Redux、TypeScript、Electron、i18n
下载:https://github.com/troyeguo/koodo-reader
下载:https://gitee.com/troyeguo/koodo-reader
特色
1. 强大笔记和翻译功能,学习事半功倍
2. 使用书架来为你的图书分类
3. 支持 Windows , MacOS 和 网页版
4. 绑定 OneDrive, Google Drive, Dropbox 等网盘,实现数据的多端同步
5. 您所有的数据都支持导入导出
【安装】
请确保您电脑的 node 的版本大于 10.0.0,已配置好 yarn,git 的运行环境。
将项目源码下载到本地
git clone https://github.com/troyeguo/koodo-reader.git
cd 到项目文件夹,运行以下代码进入客户端模式
yarn yarn dev
运行以下代码进入网页模式
yarn yarn start