File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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| ------------------------------------------------------- | ------------------------------------------------------- |
Original file line number Diff line number Diff line change 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 >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments