You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
204 B
Markdown

### 用Go实现的一套抓取固定站点漫画的命令行
编译方式:
```shell
go build -o anime.exe
```
使用方式示例:
```shell
anime.exe -u /data/1616/88/121_01.jpg -m 25 -o D:\anime
```