Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
the1812 committed Feb 20, 2021
1 parent b54664c commit e2bd25c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ thtag

## 选项
### 保存封面为单独的文件
(文件名为 `cover`, 类型取决于 THBWiki 上的资源)
文件名为 `cover`, 类型取决于 THBWiki 上的资源
> 如果已存在名为`cover`的图片, 程序会直接使用这张图, 跳过封面下载
```powershell
thtag -c
```
Expand All @@ -60,7 +62,8 @@ thtag -c
thtag --cover
```
### 更换数据源
(默认为 `thb-wiki`)
默认为 `thb-wiki`

```powershell
thtag -s xxx
```
Expand Down Expand Up @@ -104,7 +107,8 @@ thtag --no-interactive

### 批量运行
假设总的文件夹叫`folder`, 里面有多个文件夹, 每个文件夹包含一张专辑, 文件夹名称为专辑名称
(当前路径就在`folder`里的时候, 用`thtag -b .`就行了, `.`表示当前文件夹)
> 当前路径就在`folder`里的时候, 用`thtag -b .`就行了, `.`表示当前文件夹
```powershell
thtag -b folder
```
Expand Down

0 comments on commit e2bd25c

Please sign in to comment.