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
249 B
Markdown

2 years ago
### 用Go实现的一套抓取固定站点漫画的命令行
编译方式:
```shell
go build -o anime.exe
```
使用方式示例:
```shell
6 months ago
anime.exe -o D:\anime -t https://xxmh8808.com/100/comic/2606 -c 121 -u data/2428/74/121_01.jpg -m 10
2 years ago
```