打开舰艇
parent
ec5551f70e
commit
502601bc52
|
@ -6,8 +6,8 @@
|
||||||
<link rel="stylesheet" type="text/css" href="css/animate.css" />
|
<link rel="stylesheet" type="text/css" href="css/animate.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="css/style.css" />
|
<link rel="stylesheet" type="text/css" href="css/style.css" />
|
||||||
<script src="js/jquery-3.4.1.min.js" type="text/javascript" charset="utf-8"></script>
|
<script src="js/jquery-3.4.1.min.js" type="text/javascript" charset="utf-8"></script>
|
||||||
<script src="./js/custom.js" type="text/javascript" charset="utf-8"></script>
|
<script src="./js/custom.js?v=1.0.1" type="text/javascript" charset="utf-8"></script>
|
||||||
<script src="./js/handle.js" type="text/javascript" charset="utf-8"></script>
|
<script src="./js/handle.js?v=1.0.1" type="text/javascript" charset="utf-8"></script>
|
||||||
<body>
|
<body>
|
||||||
<!--灯光-->
|
<!--灯光-->
|
||||||
<div class="Lighting">
|
<div class="Lighting">
|
||||||
|
|
|
@ -93,7 +93,7 @@ function dancer(val){
|
||||||
// 接受消息处理
|
// 接受消息处理
|
||||||
function receiveMessage(event)
|
function receiveMessage(event)
|
||||||
{
|
{
|
||||||
// console.log(event.data, 'event test')
|
console.log(event.data, '接受信息')
|
||||||
// 我们能信任信息来源吗?
|
// 我们能信任信息来源吗?
|
||||||
if (event.origin !== "https://live.bilibili.com") {
|
if (event.origin !== "https://live.bilibili.com") {
|
||||||
return false
|
return false
|
||||||
|
|
Loading…
Reference in New Issue