-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: 直接支持 DeepL 网页 API #56
Comments
@tisfeng 我试了一下第一个逆向,是可以跑通的。我之后添加一下deepl的web翻译功能。 另外想问一下我看目前代码里面各个公司的翻译功能都是需要API key/secret的,但是我从商店下载后好像没有配置这个也可以使用,这是为什么呀? |
商店版其实也需要 key,你看起来不需要是因为之前我内置了一些野生的 DeepL key,但现在这些 key 大部份都已经失效了,所以这个 PR #54 就移除了。 其他翻译服务也类似,少部分是逆向官网网页的 API,剩下的都是内置了我自己的 API key,这些现在都慢慢移除了。 |
这里似乎有个现成的 https://github.com/ifyour/deeplx ,你可以看一下。 |
@so2liu 你好,请问怎么样了? |
ok,你慢慢看。 我对 ts 不熟,当初代码结构都是随便写的,如果你觉得可以改进,欢迎重构优化。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
参见 #44 (comment) ,如果用户没有自定义 DeepL endpoint,就直接调用网页 API,具体实现可以参考 bob-plugin-akl-deepl-free-translate 或者 DeepLX 。
The text was updated successfully, but these errors were encountered: