Skip to content

Commit cb007a2

Browse files
committed
fix: update README.md
1 parent 5ef4e42 commit cb007a2

File tree

2 files changed

+10
-108
lines changed

2 files changed

+10
-108
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,28 @@
2121

2222
将 key 的翻译结果作为其 value
2323

24+
## 第三方 API
25+
26+
| 厂商 |
27+
| ---------- |
28+
| 百度翻译 |
29+
| 有道云翻译 |
30+
2431
## 使用步骤
2532

2633
- npm install 安装依赖
27-
- 根据百度翻译官网 / 有道云翻译官网步骤,获取 appid、appSecret,进而得到sign进行翻译请求
34+
- 根据百度翻译官网 / 有道云翻译官网步骤,获取 appid、appSecret,进而得到 sign 进行翻译请求
2835
- 使用`ts-node index.ts`执行即可
2936

3037
## Tips
3138

3239
- 翻译结果并不是百分百正确
3340
- 由于百度翻译限制不能同时发出过多的请求,所以使用了缓存减少了请求的数量
34-
- 有道云翻译API的限制比百度更严格,因此延迟请求的时间更长
41+
- 有道云翻译 API 的限制比百度更严格,因此延迟请求的时间更长
3542

3643
## What's New
3744

38-
* 接入了有道云API,以避免百度翻译额度用完的情况
45+
- 接入了有道云 API,以避免百度翻译额度用完的情况
3946

4047
## 效果
4148

package-lock.json

Lines changed: 0 additions & 105 deletions
This file was deleted.

0 commit comments

Comments
 (0)