Skip to content

Commit b20050a

Browse files
authored
Merge pull request #13 from knight-L/dev
Dev
2 parents 88fa5c4 + 3791506 commit b20050a

4 files changed

Lines changed: 32 additions & 4 deletions

File tree

README.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,32 @@
1-
# 数据可视化大屏
1+
<div align="center">
2+
<img src="./public/logo.svg" width="120" alt="SC-Datav Logo" />
3+
<h1>数据可视化大屏</h1>
4+
<p>基于 Three.js + React 19 + ECharts 的 3D 地图可视化大屏项目</p>
5+
<p>包含 3D 地图渲染、轮廓飞线、侧边扫光、多图表联动等丰富功能</p>
6+
7+
<p>
8+
<a href="https://github.com/knight-L/sc-datav/pulls">
9+
<img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square" alt="PRs Welcome">
10+
</a>
11+
<a href="https://react.dev/">
12+
<img src="https://img.shields.io/badge/React-19.1.1-61dafb?style=flat-square&logo=react" alt="React">
13+
</a>
14+
<a href="https://threejs.org/">
15+
<img src="https://img.shields.io/badge/Three.js-0.181.2-black?style=flat-square&logo=three.js" alt="Three.js">
16+
</a>
17+
<a href="https://www.typescriptlang.org/">
18+
<img src="https://img.shields.io/badge/TypeScript-5.9.3-3178c6?style=flat-square&logo=typescript" alt="TypeScript">
19+
</a>
20+
<a href="https://github.com/knight-L/datav/stargazers">
21+
<img src="https://img.shields.io/github/stars/knight-L/datav?style=flat-square" alt="GitHub stars">
22+
</a>
23+
<a href="https://github.com/knight-L/datav/network/members">
24+
<img src="https://img.shields.io/github/forks/knight-L/datav?style=flat-square" alt="GitHub forks">
25+
</a>
26+
</p>
27+
</div>
28+
29+
## 预览
230

331
| [预览地址](https://knight-l.github.io/sc-datav/#/demo0) | [预览地址](https://knight-l.github.io/sc-datav/#/demo1) |
432
| ------------------------------------------------------- | ------------------------------------------------------- |

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<html lang="zh-CN">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
5+
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>sc-datav</title>
7+
<title>大屏可视化</title>
88
</head>
99
<body>
1010
<div id="root"></div>

public/logo.svg

Lines changed: 1 addition & 0 deletions
Loading

public/vite.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)