“Widget:BilibiliVideo”的版本间的差异

来自Ballance Wiki
跳转至: 导航搜索
第277行: 第277行:
 
                             var href = title_text.attr('href');
 
                             var href = title_text.attr('href');
 
                             if (list[index] !== undefined && list[index].VideoCid !== undefined) {
 
                             if (list[index] !== undefined && list[index].VideoCid !== undefined) {
                                 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));
+
                                 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();
 
                                 if (iframeContainer.is(':visible')) iframe.execAppend();
 
                                 else iframe.data('ready', true);
 
                                 else iframe.data('ready', true);

2019年8月30日 (五) 21:27的版本

摘抄自萌娘百科,详细情况请点击链接查看。