罗广辉
2025-06-19 f27ca082eb0a839449dd50c49007b58e5ed6946f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!--
 * @Author: husq 931347610@qq.com
 * @Date: 2023-08-22 09:55:39
 * @LastEditors: GuLiMmo 2820890765@qq.com
 * @LastEditTime: 2023-11-27 13:55:34
 * @FilePath: /drone-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>无人机操作系统</title>
    <script src="./jessibuca/jessibuca.js"></script>
    <script src="./apiConfig.js"></script>
  </head>
  <body>
    <div id="demo-app"></div>
    <script type="module" src="/src/main.ts"></script>
  </body>
</html>