更改

跳转至: 导航搜索

Widget:BilibiliVideo

添加212字节2019年8月30日 (五) 21:27
无编辑摘要
var href = title_text.attr('href');
if (list[index] !== undefined && list[index].VideoCid !== undefined) {
iframe.attr('src', 'player.bilibili.com/player.html?aid=' + id + '&cid=' + list[index].VideoCid + '&page=' + _page + '&enable_ssl=1&as_wide=1' + (tIsInvalid ? '' : '&t=' + t)); // iframe.attr('src', 'https://www.bilibili.com/blackboard/html5player.html?aid=' + id + '&cid=' + list[index].VideoCid + '&enable_ssl=1&crossDomain=1&as_wide=1' + (tIsInvalid ? '' : '&t=' + t));
if (iframeContainer.is(':visible')) iframe.execAppend();
else iframe.data('ready', true);

导航菜单