- 打开
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';