基本完成单曲搜索
This commit is contained in:
@@ -5,6 +5,7 @@ export default createStore({
|
||||
// appVersion: "0.0.1",
|
||||
// debugStr: "测试debug字符",
|
||||
showSongDetail: false, //是否显示歌曲详情
|
||||
keywords: '', //查询关键字
|
||||
settings: {
|
||||
currentRoute: "/discover/recommend", //当前路由
|
||||
songId: 0, //歌曲id
|
||||
@@ -12,6 +13,7 @@ export default createStore({
|
||||
playMode: 0, //播放模式:0-3,顺序,循环,单曲,随机。
|
||||
lastPlayed: [], //最近播放
|
||||
playingList: [], //当前播放
|
||||
searchHistory: [], //搜索历史
|
||||
},
|
||||
caches: {},
|
||||
theme: {
|
||||
|
||||
Reference in New Issue
Block a user