From 9464e5a8d69ff40dd0fef0e02d1947de15621c24 Mon Sep 17 00:00:00 2001
From: husq <931347610@qq.com>
Date: Mon, 18 Sep 2023 09:27:06 +0800
Subject: [PATCH] 部分样式修改、添加视频播放组件

---
 index.html |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/index.html b/index.html
index 2f54581..0221502 100644
--- a/index.html
+++ b/index.html
@@ -2,7 +2,7 @@
  * @Author: husq 931347610@qq.com
  * @Date: 2023-08-22 09:55:39
  * @LastEditors: husq 931347610@qq.com
- * @LastEditTime: 2023-09-13 18:33:22
+ * @LastEditTime: 2023-09-17 18:46:28
  * @FilePath: \Cloud-API-Demo-Web\index.html
  * @Description: 
  * 
@@ -15,6 +15,7 @@
     <link rel="icon" href="/favicon.ico" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title>无人机操作系统</title>
+    <script src="./public/jessibuca/jessibuca.js"></script>
   </head>
   <body>
     <div id="demo-app"></div>

--
Gitblit v1.9.3