Skip to content

Commit 9215875

Browse files
committed
update README
1 parent cd541ab commit 9215875

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ ap.init();
7070
author: 'Hans Zimmer/Richard Harvey', // Required, music author
7171
url: 'http://7xifn9.com1.z0.glb.clouddn.com/Preparation.mp3', // Required, music url
7272
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
73+
lrc: '[00:00.00]lrc here\n[00:01.00]aplayer' // Optional, lrc, see: ###With lrc
7474
}
7575
}
7676
```
@@ -111,7 +111,7 @@ JS:
111111
{
112112
showlrc: 1,
113113
music: {
114-
lrc: '[00:00.00]lrc here' // lrc here, separate lines with \n
114+
lrc: '[00:00.00]lrc here\n[00:01.00]aplayer' // lrc here, separate lines with \n
115115
}
116116
}
117117
```

0 commit comments

Comments
 (0)