- 打開
index.hmtl
在 </head>
前加
<style type="text/css">
#mainPanel{
opacity: 1 !important;
}
</style>
- 修改
resources/scripts/player/axplayer.js
胁附,注釋下面代碼
if (CHROME_5_LOCAL && !$('body').attr('pluginDetected')) {
window.location = 'resources/chrome/chrome.html';
}
if (FIREFOX && BROWSER_VERSION >= 68 && document.location.href.indexOf('file://') >= 0) { //detecting firefox and local
window.location = 'resources/chrome/firefox.html';
}
if (!canAccess) window.location = 'resources/chrome/safari.html';
最后編輯于 :
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者