-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# 有道翻译爬虫工具 | ||
|
||
支持将txt文本按行翻译,默认为自动检测语言 | ||
|
||
用法(Windows) | ||
|
||
下载最新的release,将待翻译文件放在同级目录,在终端中输入 | ||
``` | ||
.\main.exe .\trans.txt | ||
``` |