File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 16
16
"lint" : " eslint src --fix --ext .ts,.tsx" ,
17
17
"test" : " jest --env=jsdom" ,
18
18
"cov" : " jest --env=jsdom --coverage" ,
19
- "storybook" : " start-storybook -p 9000" ,
19
+ "storybook" : " NODE_OPTIONS=--openssl-legacy-provider start-storybook -p 9000" ,
20
20
"build:storybook" : " build-storybook -c .storybook -o docs" ,
21
21
"prepare" : " husky install"
22
22
},
Original file line number Diff line number Diff line change @@ -2,11 +2,9 @@ import React, { Component } from 'react'
2
2
import AudioPlayer from '../src/index'
3
3
4
4
const playlist = [
5
- { name : '枝芽' , src : 'https://hanzluo.s3-us-west-1.amazonaws.com/music/zhiya.mp3' } ,
6
- { name : '自由女神' , src : 'https://hanzluo.s3-us-west-1.amazonaws.com/music/ziyounvshen.mp3' } ,
7
- { name : '无雨无晴' , src : 'https://hanzluo.s3-us-west-1.amazonaws.com/music/wuyuwuqing.mp3' } ,
8
- { name : '碎片' , src : 'https://hanzluo.s3-us-west-1.amazonaws.com/music/suipian.mp3' } ,
9
- { name : '永恒的港湾' , src : 'https://hanzluo.s3-us-west-1.amazonaws.com/music/yonghengdegangwan.mp3' } ,
5
+ { name : 'SoundHelix-Song-9' , src : 'https://www.soundhelix.com/examples/mp3/SoundHelix-Song-9.mp3' } ,
6
+ { name : 'SoundHelix-Song-4' , src : 'https://www.soundhelix.com/examples/mp3/SoundHelix-Song-4.mp3' } ,
7
+ { name : 'SoundHelix-Song-8' , src : 'https://www.soundhelix.com/examples/mp3/SoundHelix-Song-8.mp3' } ,
10
8
]
11
9
12
10
interface PlayListState {
Original file line number Diff line number Diff line change 1
- export const SAMPLE_MP3_URL = 'https://hanzluo.s3-us-west-1.amazonaws. com/music/wuyuwuqing .mp3'
1
+ export const SAMPLE_MP3_URL = 'https://www.soundhelix. com/examples/mp3/SoundHelix-Song-9 .mp3'
You can’t perform that action at this time.
0 commit comments