Skip to content

Commit

Permalink
feat: 歌词翻译
Browse files Browse the repository at this point in the history
  • Loading branch information
maotoumao committed Jan 21, 2024
1 parent bcb3c09 commit 215217d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/plugin/protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -677,8 +677,8 @@ type getLyric = (musicItem: IMusicItem) => Promise<ILyricSource | null>;
返回值是个 `Promise` 对象,其内容键值类型如下:
| 键名 | 类型 | 说明 |
| :-------------: | :-----------: | :---- |
| `rawLrc`| `string` | 带时间戳的文本格式的歌词文件,如 `[00:00.00] 第一句歌词` |
| `translation`| `string` | 带时间戳的文本格式的翻译文件,如 `[00:00.00] 第一句歌词` |
| `rawLrc`| `string` | 带时间戳的文本格式的歌词文件,如 `[00:00.00] First Lyric` |
| `translation`| `string` | 带时间戳的文本格式的翻译文件,如 `[00:00.00] 第一句歌词` |
::: details 🌰 举个例子:
Expand Down

0 comments on commit 215217d

Please sign in to comment.