Skip to content

Commit

Permalink
add google drive
Browse files Browse the repository at this point in the history
  • Loading branch information
troyeguo committed Jan 1, 2024
1 parent a2e0ed9 commit c4bd856
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
- Rich text (**.md**, **.docx**)
- Hyper Text (**.html**, **.xml**, **.xhtml**, **.mhtml**, **.htm**, **.htm**)
- Platform support: **Windows**, **macOS**, **Linux** and **Web**
- Save your data to **Dropbox** or **WebDAV**
- Save your data to **OneDrive**, **Google Drive**, **Dropbox**, **FTP**, **SFTP**, **WebDAV**
- Customize the source folder and synchronize among multiple devices using OneDrive, iCloud, Dropbox, etc.
- Single-column, two-column, or continuous scrolling layouts
- Text-to-speech, translation, progress slider, touch screen support, batch import
Expand Down
2 changes: 1 addition & 1 deletion README_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
- FB2 (**.fb2**)
- 超文本 (**.html**, **.xml**, **.xhtml**, **.mhtml**, **.htm**, **.htm**)
- 支持 **Windows****macOS****Linux****网页版**
- 备份数据到 **Dropbox** **WebDAV**
- 备份数据到 **OneDrive**, **Google Drive**, **Dropbox**, **FTP**, **SFTP**, **WebDAV**
- 自定义源文件夹,利用 OneDrive、百度网盘、iCloud、Dropbox 等进行多设备同步
- 双页模式,单页模式,滚动模式
- 听书功能,翻译功能,触控屏支持,批量导入图书
Expand Down
2 changes: 1 addition & 1 deletion README_pt.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
- Texto rico (**.md**, **.docx**)
- Hiper texto (**.html**, **.xml**, **.xhtml**, **.mhtml**, **.htm**, **.htm**)
- Plataformas suportadas : **Windows**, **macOS**, **Linux** e **Web**
- Guarde seus dados no **Dropbox** ou **WebDAV**
- Guarde seus dados no **OneDrive**, **Google Drive**, **Dropbox**, **FTP**, **SFTP**, **WebDAV**
- Personalize a pasta de origem e sincronize entre varios dispositivos usando OneDrive, iCloud, Dropbox, etc..
- Layouts de uma coluna, duas colunas ou de rolagem continua
- Text para fala, tradução, controles deslizante de progresso, suporte a tela sensível ao toque, importação em lote
Expand Down
1 change: 0 additions & 1 deletion src/components/dialogs/backupDialog/component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ class BackupDialog extends React.Component<
//webdav is avavilible on desktop
if (
(item.icon === "webdav" ||
item.icon === "onedrive" ||
item.icon === "ftp" ||
item.icon === "sftp") &&
!isElectron
Expand Down

0 comments on commit c4bd856

Please sign in to comment.