File tree 2 files changed +0
-2
lines changed
2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,6 @@ widgets:
100
100
color : ' #3DC550' # 主题色
101
101
volume : 0.5 # 默认音量大小(0~1之间)
102
102
mode : circulation # random (随机) single (单曲) circulation (列表循环) order (列表)
103
- # autoplay: true # false(手动播放) true(自动播放)
104
103
server : netease # netease(网易云音乐)tencent(QQ音乐) xiami(虾米) kugou(酷狗)
105
104
type : playlist # song (单曲) album (专辑) playlist (歌单) search (搜索)
106
105
id : 746319661 # 歌曲/专辑/歌单 ID
Original file line number Diff line number Diff line change 6
6
<div class =' content <%= theme.style %>' >
7
7
<div class =" aplayer" data-theme =" <%= theme.widgets.music.color %>"
8
8
data-mode =" <%= theme.widgets.music.mode %>"
9
- data-autoplay =" <%= theme.widgets.music.autoplay %>"
10
9
data-server =" <%= theme.widgets.music.server %>"
11
10
data-type =" <%= theme.widgets.music.type %>"
12
11
data-id =" <%= theme.widgets.music.id %>"
You can’t perform that action at this time.
0 commit comments