Skip to content

Commit a1f653e

Browse files
committed
Update README
1 parent 597b492 commit a1f653e

File tree

8 files changed

+16
-3
lines changed

8 files changed

+16
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.vscode/
22
.node_modules/
33
test-files/
4+
test-images/
45
test.json
56
test.html
67

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,19 @@ thtag
2828
```
2929
启动后会询问专辑名称, 如果留空直接回车就取文件夹的名字; 如果按照这个名称没有**精确匹配**的专辑(**精确匹配**在 THBWiki 中表现为输入到搜索框回车能直接跳转到词条), 则会列出以此名称在 THBWiki 中的搜索结果, 可以继续选择一项作为专辑信息. (有精确匹配的话会直接开始下载专辑信息)
3030

31-
<details><summary><strong>图片示例: bunny rhyTHm - 覚めぬ夢 届かぬ恋</strong></summary>
32-
<img src="./thtag-example.jpg" alt="example" width="1000">
31+
<details><summary><strong>图片示例</strong></summary>
32+
<div>
33+
<img src="./before-files.jpg" alt="example" width="800">
34+
</div>
35+
<div>
36+
<img src="./before.jpg" alt="example" width="400">
37+
</div>
38+
<div>
39+
<img src="./after-files.jpg" alt="example" width="800">
40+
</div>
41+
<div>
42+
<img src="./after.jpg" alt="example" width="400">
43+
</div>
3344
</details>
3445

3546
## 选项
@@ -61,6 +72,7 @@ thtag --source xxx
6172
- `-o` / `--lyric-output`: 歌词输出
6273
- **`metadata`(默认)**: 写入到元数据中
6374
- `lrc`: 创建额外的`.lrc`歌词文件 (**⚠此功能尚未完善**)
75+
- `-L` / `--no-lyric-time`: 禁用元数据歌词时轴
6476

6577
#### 示例
6678
启用歌词下载, 写入原版歌词到元数据中

after-files.jpg

128 KB
Loading

after.jpg

76.8 KB
Loading

before-files.jpg

55 KB
Loading

before.jpg

44.4 KB
Loading

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "touhou-tagger",
3-
"version": "1.0.9",
3+
"version": "1.0.10",
44
"description": "从 THBWiki 自动填写东方Project CD曲目信息.",
55
"main": "dist/core/index.js",
66
"bin": {

thtag-example.png

-916 KB
Binary file not shown.

0 commit comments

Comments
 (0)