Skip to content

Commit 4bd6b12

Browse files
committed
update
1 parent b7dc984 commit 4bd6b12

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

_config.yml

-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ widgets:
100100
color: '#3DC550' # 主题色
101101
volume: 0.5 # 默认音量大小(0~1之间)
102102
mode: circulation # random (随机) single (单曲) circulation (列表循环) order (列表)
103-
# autoplay: true # false(手动播放) true(自动播放)
104103
server: netease # netease(网易云音乐)tencent(QQ音乐) xiami(虾米) kugou(酷狗)
105104
type: playlist # song (单曲) album (专辑) playlist (歌单) search (搜索)
106105
id: 746319661 # 歌曲/专辑/歌单 ID

layout/_widget/music.ejs

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<div class='content <%= theme.style %>'>
77
<div class="aplayer" data-theme="<%= theme.widgets.music.color %>"
88
data-mode="<%= theme.widgets.music.mode %>"
9-
data-autoplay="<%= theme.widgets.music.autoplay %>"
109
data-server="<%= theme.widgets.music.server %>"
1110
data-type="<%= theme.widgets.music.type %>"
1211
data-id="<%= theme.widgets.music.id %>"

0 commit comments

Comments
 (0)