修改起飞名称

master
cp 2021-11-29 14:34:55 +08:00
parent 48020ae918
commit f9418e46fd
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ let firTimes = 0;
function getEvent(name) {
let map = {
'烟花':'fireworks',
'一起抛':'stickgo',
'起飞':'stickgo',
'切歌' : 'change_song',
'跳' : 'dancing-down',
'向左' : 'dancing-left',
@ -46,7 +46,7 @@ function getEvent(name) {
function getLeaderEvent(name) {
let map = {
'烟花':'fireworks',
'一起抛':'stickgo',
'起飞':'stickgo',
'切歌' : 'change_song',
'一起跳' : 'dancing-down',
'一起向左' : 'dancing-left',