Compare commits

..

1 Commits

Author SHA1 Message Date
bunny 40e74a645b 📚 更新文档内容 2025-06-02 22:38:05 +08:00
7 changed files with 7 additions and 36 deletions

View File

@ -1,6 +1,6 @@
# Central-Monitor-Flex | 数据大屏解决方案
# AgvVision-Web | 工业级数据大屏解决方案
![Vue3](https://img.shields.io/badge/Vue3-4FC08D?logo=vue.js) ![ECharts](https://img.shields.io/badge/ECharts-AA344D?logo=apache) ![Mock数据](https://img.shields.io/badge/MockData-100%Coverage-green) ![轮询优化](https://img.shields.io/badge/轮询延迟-1s以内-blue)
![Vue3](https://img.shields.io/badge/Vue3-4FC08D?logo=vue.js) ![ECharts](https://img.shields.io/badge/ECharts-AA344D?logo=apache) ![Mock数据](https://img.shields.io/badge/Mock数据-100%覆盖-green) ![轮询优化](https://img.shields.io/badge/轮询延迟-1s以内-blue)
**企业级数据可视化大屏支持动态轮询、自动适配、高保真UI还原**
@ -91,16 +91,7 @@ meta: {
| ------------------------------------------------------------ | ---------------------------------------------- |
| ![image-20250602221902683](./images/image-20250602221902683.png) | ![QQ202562-22205](./images/QQ202562-22205.gif) |
![image-20250602224251164](./images/image-20250602224305427.png)
![image-20250602224239370](./images/image-20250602224239370.png)
![image-20250602224218621](./images/image-20250602224218621.png)
![image-20250602224204600](./images/image-20250602224204600.png)
## 🚀 快速启动
```bash
# 开发模式autofit适配
npm run dev
@ -119,3 +110,5 @@ VITE_POST_CSS_PX_TO_VIEWPORT8_PLUGIN=true npm run build
- **轮询防抖**:避免频繁请求导致内存泄漏
- **ECharts实例池**复用图表DOM节点
## 📜 开源协议
MIT License

Binary file not shown.

Before

Width:  |  Height:  |  Size: 628 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 802 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 399 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 804 KiB

View File

@ -1,7 +1,7 @@
{
"name": "central-monitor-flex",
"name": "central-monitor",
"private": true,
"version": "0.0.2",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
@ -13,28 +13,6 @@
"lint:stylelint": "stylelint --cache --fix \"**/*.{html,vue,css,scss}\" --cache-location node_modules/.cache/stylelint/",
"lint": "pnpm lint:eslint && pnpm lint:prettier && pnpm lint:stylelint"
},
"keywords": [
"central-monitor-flex",
"uno.css",
"typescript",
"pinia",
"vue3",
"vite",
"esm"
],
"homepage": "https://github.com/BunnyMaster",
"repository": {
"type": "git",
"url": "https://github.com/BunnyMaster/central-monitor-flex.git"
},
"bugs": {
"url": "https://github.com/BunnyMaster/central-monitor-flex/issues"
},
"author": {
"name": "BunnyMaster",
"email": "1319900154@qq.com",
"url": "https://github.com/BunnyMaster"
},
"dependencies": {
"@eslint/js": "^9.21.0",
"@parcel/watcher": "^2.5.1",
@ -131,4 +109,4 @@
"esbuild",
"vue-demi"
]
}
}