Compare commits

..

2 Commits

Author SHA1 Message Date
bunny 50f6bed3d4 标签显示问题 2025-06-03 10:31:53 +08:00
bunny 5979578985 📚 更新文档内容 2025-06-02 23:13:41 +08:00
7 changed files with 36 additions and 7 deletions

View File

@ -1,6 +1,6 @@
# AgvVision-Web | 工业级数据大屏解决方案
# Central-Monitor-Flex | 数据大屏解决方案
![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)
![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)
**企业级数据可视化大屏支持动态轮询、自动适配、高保真UI还原**
@ -91,7 +91,16 @@ 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
@ -110,5 +119,3 @@ VITE_POST_CSS_PX_TO_VIEWPORT8_PLUGIN=true npm run build
- **轮询防抖**:避免频繁请求导致内存泄漏
- **ECharts实例池**复用图表DOM节点
## 📜 开源协议
MIT License

Binary file not shown.

After

Width:  |  Height:  |  Size: 628 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 802 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 399 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 804 KiB

View File

@ -1,7 +1,7 @@
{
"name": "central-monitor",
"name": "central-monitor-flex",
"private": true,
"version": "1.0.0",
"version": "0.0.2",
"type": "module",
"scripts": {
"dev": "vite",
@ -13,6 +13,28 @@
"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",
@ -109,4 +131,4 @@
"esbuild",
"vue-demi"
]
}
}