From 2c2bc8614c8ea0ce386369eb4924da1e6aa052d1 Mon Sep 17 00:00:00 2001
From: husq <931347610@qq.com>
Date: Wed, 27 Sep 2023 09:35:57 +0800
Subject: [PATCH] 添加环境配置区分

---
 index.html |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

diff --git a/index.html b/index.html
index 26556ec..c9a93e0 100644
--- a/index.html
+++ b/index.html
@@ -1,10 +1,21 @@
+<!--
+ * @Author: husq 931347610@qq.com
+ * @Date: 2023-08-22 09:55:39
+ * @LastEditors: husq 931347610@qq.com
+ * @LastEditTime: 2023-09-18 10:47:02
+ * @FilePath: \Cloud-API-Demo-Web\index.html
+ * @Description: 
+ * 
+ * Copyright (c) 2023 by ${git_name_email}, All Rights Reserved. 
+-->
 <!DOCTYPE html>
 <html lang="en">
   <head>
     <meta charset="UTF-8" />
     <link rel="icon" href="/favicon.ico" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <title>demo-web</title>
+    <title>无人机操作系统</title>
+    <script src="./jessibuca/jessibuca.js"></script>
   </head>
   <body>
     <div id="demo-app"></div>

--
Gitblit v1.9.3