Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
troyeguo committed Jan 13, 2024
1 parent 232f91e commit 668dd1e
Show file tree
Hide file tree
Showing 84 changed files with 6,016 additions and 20,629 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

- Format support:
- EPUB (**.epub**)
- Scanned document (**.pdf**, **.djvu**)
- PDF (**.pdf\***)
- DRM-free Mobipocket (**.mobi**) and Kindle (**.azw3**, **.azw**)
- Plain text (**.txt**)
- FictionBook (**.fb2**)
Expand Down
2 changes: 1 addition & 1 deletion README_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

- 支持阅读格式:
- EPUB (**.epub**)
- 扫描文档 (**.pdf**, **.djvu**)
- PDF (**.pdf**)
- Kindle (**.azw3**, **.mobi**, **.azw**)
- 纯文本 (**.txt**)
- 漫画 (**.cbr**, **.cbz**, **.cbt**, **.cb7**)
Expand Down
2 changes: 1 addition & 1 deletion README_pt.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

- Formatos suportados:
- EPUB (**.epub**)
- Documento scaneados (**.pdf**, **.djvu**)
- PDF (**.pdf\***)
- Formato sem DRM (**.mobi**) e Kindle (**.azw3**, **.azw**)
- Texto puro (**.txt**)
- FictionBook (**.fb2**)
Expand Down
9 changes: 1 addition & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koodo-reader",
"main": "main.js",
"version": "1.6.1",
"version": "1.6.2",
"description": "A cross-platform ebook reader",
"author": {
"name": "App by Troye",
Expand All @@ -26,7 +26,6 @@
"dompurify": "^3.0.1",
"electron-is-dev": "^1.1.0",
"electron-store": "^8.0.1",
"epub-cfi-resolver": "^1.0.2",
"font-list": "^1.4.5",
"fs-extra": "^9.1.0",
"ftp": "^0.3.10",
Expand Down Expand Up @@ -127,12 +126,6 @@
"role": "Viewer",
"mimeType": "application/pdf"
},
{
"ext": "djvu",
"icon": "assets/icons/pdf",
"role": "Viewer",
"mimeType": "image/vnd.djvu"
},
{
"ext": "mobi",
"icon": "assets/icons/mobi",
Expand Down
1 change: 1 addition & 0 deletions public/assets/styles/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ body {
background: hsla(0, 0%, 100%, 0.2);
}
.action-dialog-container,
.select-more-actions,
.add-dialog-container,
.backup-page-container,
.delete-dialog-container,
Expand Down
1 change: 1 addition & 0 deletions public/assets/styles/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ body {

.action-dialog-container,
.add-dialog-container,
.select-more-actions,
.backup-page-container,
.delete-dialog-container,
.download-desk-container,
Expand Down
5 changes: 0 additions & 5 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,6 @@
type="text/javascript"
src="%PUBLIC_URL%/lib/Rangy/rangy-textrange.js"
></script>
<script type="text/javascript" src="%PUBLIC_URL%/lib/djvu/djvu.js"></script>
<script
type="text/javascript"
src="%PUBLIC_URL%/lib/djvu/djvu_viewer.js"
></script>
<script
type="text/javascript"
src="%PUBLIC_URL%/lib/Hammer/hammer.min.js"
Expand Down
Loading

0 comments on commit 668dd1e

Please sign in to comment.