diff --git a/README.md b/README.md index bdf6ec1..8ccfe67 100644 --- a/README.md +++ b/README.md @@ -32,15 +32,19 @@ nhentai + 下载某关键词第一页的本子(不推荐): - nhentai --search="panda" --page=1 --download + nhentai --search="tomori" --page=1 --download `-t, --thread` 指定下载的线程数,最多为 10 线程。 `--path` 指定下载文件的输出路径,默认为当前目录。 `--timeout` 指定下载图片的超时时间,默认为 30 秒。 + +![](./images/search.png) +![](./images/download.png) + ### License MIT ### あなたも変態 -![](./image.jpg) \ No newline at end of file +![](./images/image.jpg) diff --git a/images/download.png b/images/download.png new file mode 100644 index 0000000..8b2e93d Binary files /dev/null and b/images/download.png differ diff --git a/image.jpg b/images/image.jpg similarity index 100% rename from image.jpg rename to images/image.jpg diff --git a/images/search.png b/images/search.png new file mode 100644 index 0000000..1d36dcb Binary files /dev/null and b/images/search.png differ