打开舰艇

master
yin5th 2021-11-24 15:09:22 +08:00
parent ec5551f70e
commit 502601bc52
2 changed files with 3 additions and 3 deletions

View File

@ -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">

View File

@ -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