Skip to content

Commit 89233db

Browse files
authored
Merge pull request #4 from splintPRO/main
Change links to deepl
2 parents a7564b9 + f6c6281 commit 89233db

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RapidAPI DeepL Translator Bob Plugin
2020
当然 OpenL 也是可以用的,但是它的 DeepL API 太贵了,首先 400,000 字符需要 ¥39.19,同时 DeepL API 要 1.4x 的计费倍率,换算下来 500,000 字符的 DeepL 翻译每个月需要 ¥68.58,的确是有点恐怖了。
2121

2222

23-
功夫不负有心人,我终于在 RapidAPI 找到了一个封装了 DeepL 的 API —— [DeepL Translator](https://rapidapi.com/splintPRO/api/deepl-translator),速度很不错,价格也很实惠(免费版每个月 500,000 个字符,月费 $3.99 的版本每个月 15,000,000 个字符),
23+
功夫不负有心人,我终于在 RapidAPI 找到了一个封装了 DeepL 的 API —— [DeepL Translator](https://rapidapi.com/splintPRO/api/dpl-translator),速度很不错,价格也很实惠(免费版每个月 500,000 个字符,月费 $3.99 的版本每个月 15,000,000 个字符),
2424
重点是可以用中国信用卡注册!!!
2525

2626

@@ -39,7 +39,7 @@ RapidAPI DeepL Translator Bob Plugin
3939
![](https://user-images.githubusercontent.com/1206493/219881154-c5d4187e-a44a-4325-9309-e9e570658164.gif)
4040

4141
4.[RapidAPI](https://rapidapi.com) 注册账号,并订阅 [DeepL Translator
42-
](https://rapidapi.com/splintPRO/api/deepl-translator)(免费版在字符数额度内不需要花钱只需要绑定信用卡)
42+
](https://rapidapi.com/splintPRO/api/dpl-translator)(免费版在字符数额度内不需要花钱只需要绑定信用卡)
4343
5. 把 RapidAPI Key 填入 Bob 此插件配置界面的 API KEY
4444
输入框中
4545

src/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function translate(query, completion) {
3030
(async () => {
3131
const resp = await $http.request({
3232
method: "POST",
33-
url: "https://deepl-translator.p.rapidapi.com/translate",
33+
url: "https://dpl-translator.p.rapidapi.com/translate",
3434
header,
3535
body,
3636
});

0 commit comments

Comments
 (0)