|
@@ -23,10 +23,10 @@ class Bus {
|
|
|
functions.forEach(fn => fn.apply(this, params))
|
|
|
}
|
|
|
}
|
|
|
- loading(eventId){
|
|
|
+ loading(e){
|
|
|
const x = rand(1, 9)
|
|
|
const image = new Image()
|
|
|
- image.src = `https://console.ssssssss.org.cn/images/loading.gif?t=${Math.floor(new Date().getTime() / 1000) * 1000 + x * 100 + (eventId + x) + rand(0, 5) * 17}`
|
|
|
+ image.src = `https://console.ssssssss.org.cn/images/loading.gif?t=${Math.floor(new Date().getTime() / 1000) * 1000 + x * 100 + (e + x) + rand(0, 5) * 17}`
|
|
|
return image
|
|
|
}
|
|
|
send(msgType, content){
|