剑来名字更改
parent
8cdc648d7e
commit
eeea557ee8
|
@ -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',
|
||||
|
@ -148,8 +148,8 @@ function receiveMessage(event)
|
|||
let dataList = JSON.parse(event.data)
|
||||
let data = dataList.dm
|
||||
// 目前硬编码大航海列表
|
||||
let adminList = dataList.admin
|
||||
// adminList = ['流域_墨绿绿'];
|
||||
// let adminList = dataList.admin
|
||||
adminList = ['流域_墨绿绿'];
|
||||
// adminList = ['内有猛犬小心'];
|
||||
|
||||
if (data.length <= 0) {
|
||||
|
|
Loading…
Reference in New Issue