音量大小控制
This commit is contained in:
@@ -14,6 +14,8 @@ export default createStore({
|
||||
songId: 0, //歌曲id
|
||||
playing: false, //是否播放
|
||||
playMode: 0, //播放模式:0-3,顺序,循环,单曲,随机。
|
||||
volume: 100, //音量,最大100
|
||||
muted: false, //静音
|
||||
lastPlayed: [], //最近播放
|
||||
playingList: [], //当前播放
|
||||
searchHistory: [], //搜索历史
|
||||
|
||||
Reference in New Issue
Block a user