We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd541ab commit 9215875Copy full SHA for 9215875
1 file changed
README.md
@@ -70,7 +70,7 @@ ap.init();
70
author: 'Hans Zimmer/Richard Harvey', // Required, music author
71
url: 'http://7xifn9.com1.z0.glb.clouddn.com/Preparation.mp3', // Required, music url
72
pic: 'http://7xifn9.com1.z0.glb.clouddn.com/Preparation.jpg' // Optional, music picture
73
- lrc: '[00:00.00]lrc here' // Optional, lrc, see: ###With lrc
+ lrc: '[00:00.00]lrc here\n[00:01.00]aplayer' // Optional, lrc, see: ###With lrc
74
}
75
76
```
@@ -111,7 +111,7 @@ JS:
111
{
112
showlrc: 1,
113
music: {
114
- lrc: '[00:00.00]lrc here' // lrc here, separate lines with \n
+ lrc: '[00:00.00]lrc here\n[00:01.00]aplayer' // lrc here, separate lines with \n
115
116
117
0 commit comments