19 Star 281 Fork 90

大古 / light-chaser

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.html 1.01 KB
一键复制 编辑 原始数据 按行查看 历史
大古 提交于 2023-11-09 08:49 . 项目构建基座由webpack迁移到vite
<!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"/>
<meta name="theme-color" content="#000000"/>
<meta name="description" content="数据可视化设计器"/>
<meta name="robots" content="index,follow">
<meta name="author" content="xiaopujun"/>
<meta name="keywords"
content="light,chaser,light chaser,LIGHT,LIGHT CHASER,数据,可视化,数据可视化,大屏可视化,看板,大屏看板,数据看板,编辑器,web编辑器,web设计器,设计器,拖拽,可拖拽,可视化图表,可视化工具,追光者设计器,追光者,react大屏,react大屏设计器,react数据可视化,数字孪生">
<title>LIGHT CHASER DESIGNER</title>
<style>
* {
user-select: none;
}
</style>
</head>
<body style="padding: 0;margin: 0">
<div id="root" style="height: 100%"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>
TypeScript
1
https://gitee.com/xiaopujun/light-chaser.git
git@gitee.com:xiaopujun/light-chaser.git
xiaopujun
light-chaser
light-chaser
master

搜索帮助