feat: new
This commit is contained in:
58
src/store/data.ts
Normal file
58
src/store/data.ts
Normal file
@@ -0,0 +1,58 @@
|
||||
export const defaultMusicList=[
|
||||
{
|
||||
id:'Geoff Knorr - China (The Industrial Era).ogg'+new Date().getTime().toString(),
|
||||
name:'Geoff Knorr - China (The Industrial Era).ogg',
|
||||
url:'https://24years.top/resource/audio/Geoff Knorr - China (The Industrial Era).ogg'
|
||||
},
|
||||
{
|
||||
id:'Geoff Knorr&Phill Boucher - China (The Atomic Era).ogg'+new Date().getTime().toString(),
|
||||
name:'Geoff Knorr&Phill Boucher - China (The Atomic Era).ogg',
|
||||
url:'https://24years.top/resource/audio/Geoff Knorr&Phill Boucher - China (The Atomic Era).ogg'
|
||||
},
|
||||
{
|
||||
id:'Radetzky March.mp3'+new Date().getTime().toString(),
|
||||
name:'Radetzky March.mp3',
|
||||
url:'https://24years.top/resource/audio/Radetzky March.mp3'
|
||||
},
|
||||
{
|
||||
id:'Shanghai.mp3'+new Date().getTime().toString(),
|
||||
name:'Shanghai.mp3',
|
||||
url:'https://24years.top/resource/audio/Shanghai.mp3'
|
||||
},
|
||||
{
|
||||
id:'Waltz No.2.mp3'+new Date().getTime().toString(),
|
||||
name:'Waltz No.2.mp3',
|
||||
url:'https://24years.top/resource/audio/Waltz No.2.mp3'
|
||||
},
|
||||
{
|
||||
id:'WildChinaTheme.mp3'+new Date().getTime().toString(),
|
||||
name:'WildChinaTheme.mp3',
|
||||
url:'https://24years.top/resource/audio/WildChinaTheme.mp3'
|
||||
},
|
||||
{
|
||||
id:'边程&房东的猫 - 美好事物-再遇少年.ogg'+new Date().getTime().toString(),
|
||||
name:'边程&房东的猫 - 美好事物-再遇少年.ogg',
|
||||
url:'https://24years.top/resource/audio/边程&房东的猫 - 美好事物-再遇少年.ogg'
|
||||
},
|
||||
{
|
||||
id:'大乔小乔 - 相见难别亦难.ogg'+new Date().getTime().toString(),
|
||||
name:'大乔小乔 - 相见难别亦难.ogg',
|
||||
url:'https://24years.top/resource/audio/大乔小乔 - 相见难别亦难.ogg'
|
||||
},
|
||||
{
|
||||
id:'你要跳舞吗-新裤子.mp3'+new Date().getTime().toString(),
|
||||
name:'你要跳舞吗-新裤子.mp3',
|
||||
url:'https://24years.top/resource/audio/你要跳舞吗-新裤子.mp3'
|
||||
},
|
||||
{
|
||||
id:'生命-声音玩具.mp3'+new Date().getTime().toString(),
|
||||
name:'生命-声音玩具.mp3',
|
||||
url:'https://24years.top/resource/audio/生命-声音玩具.mp3'
|
||||
},
|
||||
{
|
||||
id:'与非门 - Happy New Year.ogg'+new Date().getTime().toString(),
|
||||
name:'与非门 - Happy New Year.ogg',
|
||||
url:'https://24years.top/resource/audio/与非门 - Happy New Year.ogg'
|
||||
},
|
||||
|
||||
]
|
||||
Reference in New Issue
Block a user