Skip to content

Commit

Permalink
修复:优化和修复文档错误
Browse files Browse the repository at this point in the history
  • Loading branch information
guobao2333 committed Sep 15, 2024
1 parent 1925a41 commit f7fd45a
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# DeepLX Serverless
[本项目](https://github.com/guobao2333/DeepLX-Serverless)是一个基于 DeepL翻译API 的无服务器函数部署项目,旨在提供一个可直接对接的免费翻译解决方案,很适合需要在无服务器环境中集成DeepL翻译服务的开发者使用。

与原项目[DeepLX](https://github.com/OwO-Network/DeepLX)的区别在于**利用了无服务器函数(边缘函数)请求IP不固定的特性**,有效避免了`Error 429`请求太频繁的报错(不过嘛凡事总有例外¯\\_(ツ)_/¯)
与原项目[DeepLX](https://github.com/OwO-Network/DeepLX)的区别在于**利用了无服务器函数(边缘函数)请求IP不固定的特性**,有效避免了`Error 429`请求太频繁的报错(不过嘛凡事总有例外¯\\\_(ツ)_/¯)

虽然因此不会立马被*暂时封禁*,但也请不要滥用!目前我部署在vercel上会有流量限制,如果您有大量内容需要翻译,请购买DeepL的付费版,当前项目使用的free接口会受到DeepL政策限制
由于目前项目未对pro接口进行适配,所以现在还只能使用free接口,不过在将来会完善,敬请期待~ („• ֊ •„)੭
Expand Down Expand Up @@ -70,22 +70,15 @@ git clone https://github.com/guobao2333/DeepLX-Serverless && cd DeepLX-Serverles

#### startup parameters | 启动参数
> [!IMPORTANT]
> 此功能在 v1.2.0 及以上版本中可用
> 此功能在 v2.0.0 及以上版本中可用
如果你想的话,可以在启动时添加参数:
```bash
npm run start -- -p 8888
```

你可以添加一个`--no`前缀来禁止备选翻译:
如果你想的话,可以在启动时添加参数。
添加一个`--no`前缀来禁止备选翻译:
```bash
npm run start -- --no-a
```

使用`-h`来获取所有参数:
```bash
npm run start -- -h
```
💡使用`-h`来获取所有参数。

## How To Use | 如何使用
> [!IMPORTANT]
Expand Down

0 comments on commit f7fd45a

Please sign in to comment.