Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clubxdev/bob-plugin-deeplx
Bob DeepL 插件
https://github.com/clubxdev/bob-plugin-deeplx
bobplugin deepl
Last synced: 12 days ago
JSON representation
Bob DeepL 插件
- Host: GitHub
- URL: https://github.com/clubxdev/bob-plugin-deeplx
- Owner: clubxdev
- Created: 2022-01-08T14:40:20.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-11T08:38:04.000Z (about 1 year ago)
- Last Synced: 2024-08-01T19:49:57.059Z (3 months ago)
- Topics: bobplugin, deepl
- Homepage:
- Size: 25.4 KB
- Stars: 224
- Watchers: 1
- Forks: 17
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**重要提示:由于 zu1k 的 deepl 镜像已删除,本插件已不再可用,无需往下看了。**
本插件配合 [zu1k/deepl](https://hub.docker.com/r/zu1k/deepl) docker 镜像可使用 DeepL 翻译。
## 安装 Docker
```
brew install --cask docker
```可以参考 [这个教程](https://yeasy.gitbook.io/docker_practice/install/mac)
## 部署 deepl 镜像
```
docker run -itd -p 8080:80 zu1k/deepl
```## 使用插件
[点此下载插件](https://github.com/clubxdev/bob-plugin-deeplx/raw/main/dist/deeplx.translate.bobplugin)
安装可以参考 [这个教程](https://ripperhe.gitee.io/bob/#/general/quickstart/plugin)
插件设置里面「接口域名」修改为部署 deepl 服务的服务器域名(在本机部署无需修改)
![](deeplx-setting.jpg)