-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (28 loc) · 1.22 KB
/
index.html
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
26
27
28
<!--
* @Author: Fleurxxx [email protected]
* @Date: 2023-05-30 20:36:57
* @LastEditors: Fleurxxx [email protected]
* @LastEditTime: 2023-07-11 10:36:34
* @FilePath: \maintenance\index.html
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + Vue</title>
</head>
<body>
<div id="app"></div>
</body>
</html>
<!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/kktsvetkov/heiho@latest/heiho.css"/> -->
<link rel="stylesheet" href="src\utils\previewcsv\heiho.css"/>
<script type="module" src="/src/main.js"></script>
<!-- <script type="module" src="https://cdn.jsdelivr.net/gh/kktsvetkov/heiho@latest/heiho.js"></script> -->
<!-- 引入在线资源,选择你需要的 g2 版本以替换 version 变量 -->
<!-- <script src="https://gw.alipayobjects.com/os/lib/antv/[email protected]/dist/g2.min.js"></script> -->
<!-- 引入本地脚本 -->
<!-- <script src="./g2.js"></script> -->