File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 111111{
112112 showlrc: 1 ,
113113 music: {
114- lrc: ' [00:00.00]' // lrc here, separate lines with \n
114+ lrc: ' [00:00.00]lrc here ' // lrc here, separate lines with \n
115115 }
116116}
117117```
@@ -131,28 +131,12 @@ HTML:
131131``` HTML
132132<div id =" player1" class =" aplayer" >
133133 <pre class =" aplayer-lrc-content" >
134- [ti:平凡之路]
135- [ar:朴树]
136- [al:《后会无期》主题歌]
137- [by:周敏]
138-
139134 [00:00.00]平凡之路 - 朴树
140135 [00:04.01]作词:韩寒 朴树
141136 [00:08.02]作曲:朴树 编曲:朴树
142137 [00:12.02]徘徊着的 在路上的
143138 [00:17.37]你要走吗
144139 [00:23.20]易碎的 骄傲着
145- [00:28.75]那也曾是我的模样
146- [00:34.55]沸腾着的 不安着的
147- [00:40.26]你要去哪
148- [00:46.00]谜一样的 沉默着的
149- [00:51.75]故事你真的在听吗
150- [00:56.25][03:25.78][04:10.64]我曾经跨过山和大海
151- [00:59.55][03:28.14][04:13.54]也穿过人山人海
152- [01:02.70][03:30.44]我曾经拥有着一切
153- [01:05.00][03:33.69]转眼都飘散如烟
154- [01:07.75][03:36.24]我曾经失落失望失掉所有方向
155- [01:13.46][03:42.04]直到看见平凡才是唯一的答案
156140 <!-- ... -->
157141 </pre >
158142</div >
@@ -167,16 +151,16 @@ Option:
167151``` JS
168152music: [
169153 {
170- title: ' ... ' ,
171- author: ' ... ' ,
172- url: ' ... ' ,
173- pic: ' ... '
154+ title: ' ' ,
155+ author: ' ' ,
156+ url: ' ' ,
157+ pic: ' '
174158 },
175159 {
176- title: ' ... ' ,
177- author: ' ... ' ,
178- url: ' ... ' ,
179- pic: ' ... '
160+ title: ' ' ,
161+ author: ' ' ,
162+ url: ' ' ,
163+ pic: ' '
180164 },
181165 ...
182166]
You can’t perform that action at this time.
0 commit comments