“Widget:BilibiliVideo”的版本间的差异
BearKidsTeam(讨论 | 贡献) 小 (恢复BearKidsTeam(讨论)的编辑至Yyc12345的最后版本) (1个标签:回退) |
BearKidsTeam(讨论 | 贡献) |
||
第285行: | 第285行: | ||
} else { | } else { | ||
title_text.text(name + (tIsInvalid ? '' : '[视频从' + time + '开始播放]')); | title_text.text(name + (tIsInvalid ? '' : '[视频从' + time + '开始播放]')); | ||
− | iframe.attr('src', 'https://www.bilibili.com/blackboard/player.html?aid=' + id + '&page=' + _page + '&enable_ssl=1&as_wide=1' + (tIsInvalid ? '' : '&t=' + t)); | + | // //player.bilibili.com/player.html?aid=65168654&cid=113108903&page=1 |
+ | // iframe.attr('src', 'https://www.bilibili.com/blackboard/player.html?aid=' + id + '&page=' + _page + '&enable_ssl=1&as_wide=1' + (tIsInvalid ? '' : '&t=' + t)); | ||
+ | iframe.attr('src', 'player.bilibili.com/player.html?aid=' + id + '&page=' + _page + '&enable_ssl=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:26的版本
摘抄自萌娘百科,详细情况请点击链接查看。