虚拟人物
parent
030beff380
commit
2bbe378203
|
@ -419,6 +419,9 @@ body{
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
/*vip*/
|
/*vip*/
|
||||||
|
.dance-people.people-vip{
|
||||||
|
z-index: 9999;
|
||||||
|
}
|
||||||
.dance-people.people-vip .people-wing{
|
.dance-people.people-vip .people-wing{
|
||||||
display: block !important;
|
display: block !important;
|
||||||
background: url(../image/icon_07.gif) no-repeat;
|
background: url(../image/icon_07.gif) no-repeat;
|
||||||
|
|
|
@ -11,7 +11,7 @@ let autoDel = false
|
||||||
let virtualPeople = true
|
let virtualPeople = true
|
||||||
|
|
||||||
// 虚拟人物数量
|
// 虚拟人物数量
|
||||||
let virtualNum = 0
|
let virtualNum = 50
|
||||||
|
|
||||||
// 虚拟人物名字列表
|
// 虚拟人物名字列表
|
||||||
let virtualList = ['一只小绵飏','未来狗头耀武扬威什么','大牛逼玩意','长呆毛的呆猫','区实验川大聪明',
|
let virtualList = ['一只小绵飏','未来狗头耀武扬威什么','大牛逼玩意','长呆毛的呆猫','区实验川大聪明',
|
||||||
|
@ -320,7 +320,6 @@ function receiveMessage(event)
|
||||||
let userCellNum = userCell[dm.uname]
|
let userCellNum = userCell[dm.uname]
|
||||||
userCell['浅月丷'] = 99999
|
userCell['浅月丷'] = 99999
|
||||||
userCell['流域_墨绿绿'] = 99
|
userCell['流域_墨绿绿'] = 99
|
||||||
userCell['yin5th'] = 15
|
|
||||||
// userCell['未来狗头耀武扬威什么'] = 1
|
// userCell['未来狗头耀武扬威什么'] = 1
|
||||||
if (userCellNum != undefined) {
|
if (userCellNum != undefined) {
|
||||||
// 1个电池送圣诞帽
|
// 1个电池送圣诞帽
|
||||||
|
|
Loading…
Reference in New Issue