feat: 新增 Koodo Reader (#1920)

This commit is contained in:
wanghe 2024-08-13 13:57:00 +08:00 committed by GitHub
parent c8c9d4209c
commit b312d8b424
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 67 additions and 0 deletions

View File

@ -0,0 +1,10 @@
additionalProperties:
formFields:
- default: 8860
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number

View File

@ -0,0 +1,14 @@
services:
koodo-reader:
image: liwangsheng/koodo-reader:1.6.6
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:80
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true

View File

@ -0,0 +1,24 @@
# Koodo Reader
**Koodo Reader** 是一个跨平台的电子书阅读器,支持多种格式的电子书,包括 EPUB、PDF、Kindle、纯文本、漫画、富文本、FB2、超文本等。Koodo Reader 支持 **Windows****macOS****Linux** 和 **网页版**,并且可以备份数据到 **Dropbox****Webdav**,支持自定义源文件夹,利用 OneDrive、百度网盘、iCloud、Dropbox 等进行多设备同步。
## 特色
- 支持阅读格式:
- EPUB (**.epub**)
- 扫描文档 (**.pdf**)
- Kindle (**.azw3**, **.mobi**, **.azw**)
- 纯文本 (**.txt**)
- 漫画 (**.cbr**, **.cbz**, **.cbt**, **.cb7**)
- 富文本 (**.md**, **.docx**)
- FB2 (**.fb2**)
- 超文本 (**.html**, **.xml**, **.xhtml**, **.mhtml**, **.htm**, **.htm**)
- 支持 **Windows****macOS****Linux** 和 **网页版**
- 备份数据到 **Dropbox** 和 **Webdav**
- 自定义源文件夹,利用 OneDrive、百度网盘、iCloud、Dropbox 等进行多设备同步
- 双页模式,单页模式,滚动模式
- 听书功能,翻译功能,触控屏支持,批量导入图书
- 支持目录,书签,笔记,高亮,书架,标签
- 自定义字体,字体大小,行间距,段落间距,阅读背景色,文字颜色,屏幕亮度,文字下划线、斜体、文字阴影、字体粗细
- 黑夜模式和主题色设置

View File

@ -0,0 +1,19 @@
name: Koodo Reader
tags:
- 多媒体
title: 一个跨平台的电子书阅读器
description: 一个跨平台的电子书阅读器
additionalProperties:
key: koodo-reader
name: Koodo Reader
tags:
- Media
shortDescZh: 一个跨平台的电子书阅读器
shortDescEn: A cross-platform ebook reader
type: tool
crossVersionUpdate: true
limit: 0
recommend: 0
website: https://koodoreader.com/
github: https://github.com/koodo-reader/koodo-reader
document: https://www.koodoreader.com/en/document

BIN
apps/koodo-reader/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB