Commit a9681f62 authored by 李维's avatar 李维

更新默认表单数据

parent 61550cbb
export const defaultData = { /**
*
猫咪读条音频(匹配界面开始匹配前): audioUrl_loading
猫咪开始音频(刚进入游戏): audioUrl_start
猫咪第一轮答题待机音频(第一轮游戏过程中点击猫咪): audioUrl_waiting_firstRound
填词被抢先语音(填写完单词发现别人填写过): audioUrl_filled
第一次弹出键盘音频: audioUrl_keyboard_pop
第一轮因时间到而结束语音(第一轮结束时): audioUrl_timeout_firstround
第一轮因填写完成而结束语音(第一轮结束时): audioUrl_finish_firstRound
猫咪第二轮答题开始音频(第二轮游戏开始后): audioUrl_waiting_secondRound
猫咪胜利结束音频(两轮游戏都结束): audioUrl_win
猫咪失败结束音频(两轮游戏都结束): audioUrl_lose
*/
export const defaultData = {
audioUrl_loading:
"http://staging-teach.cdn.ireadabc.com/7eab981a42d4038a8947cfb146a5e72f.mp3",
audioUrl_start:
"http://staging-teach.cdn.ireadabc.com/39092106e686272b5c7e5c2dc83a75af.mp3",
audioUrl_waiting_firstRound:
"http://staging-teach.cdn.ireadabc.com/d725d0c69808686aa1bc81eb57c57ed5.mp3",
audioUrl_filled:
"http://staging-teach.cdn.ireadabc.com/a268729ba0a28837a7999dd9082975f1.mp3",
audioUrl_keyboard_pop:
"http://staging-teach.cdn.ireadabc.com/1a22a5eaeef1230d7f5fab59a4159274.mp3",
audioUrl_timeout_firstround:
"http://staging-teach.cdn.ireadabc.com/3bbc13b787a67c0a68965432710891e2.mp3",
audioUrl_finish_firstRound:
"http://staging-teach.cdn.ireadabc.com/ddc2a313c5d987d0eca47bd5e9ab374e.mp3",
audioUrl_waiting_secondRound:
"http://staging-teach.cdn.ireadabc.com/9f65669fe2d3b444b80b4281e4459256.mp3",
audioUrl_win:
"http://staging-teach.cdn.ireadabc.com/47815620d4ac124019e6467006380b97.mp3",
audioUrl_lose:
"http://staging-teach.cdn.ireadabc.com/d6907a9bbd9b26dd47178b46aef785f7.mp3",
}; };
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment