距离MSI正式开幕还有4天!这是中国大陆第四次举办国际赛事

来源:NBA直播吧
4月27日讯 距离2024英雄联盟季中冠军赛正式开赛还有4天,本届MSI也将在中国成都举办,这也是目前中国大陆第四次举办英雄联盟国际赛事。

2016年上海MSI,冠军是T1

2017年北京S赛,冠军是SSG

2020年上海S赛,冠军是DWG

var baseUrl = 'http://datas.adminn.cn/zhibo/datas'; jQuery.axpost = function(url, data, successfn, errorfn) { data = (data == null || data == "" || typeof(data) == "undefined") ? { "date": new Date().getTime() } : data; $.ajax({ dataType: "json", type: "post", data: data, url: url, success: function(d) { successfn(d); }, error: function(e) { errorfn(e); } }); }; $("#gotoTop").click(function () { $('html,body').animate({scrollTop: 0}, 300); }); var min_height = 500; $(window).scroll(function () { var s = $(window).scrollTop(); if (s > min_height) { $("#gotoTop").fadeIn(200); } else { $("#gotoTop").fadeOut(200); } ; });