From 8eabf8c47103152d71dbfacf5e9c651b8a3666a1 Mon Sep 17 00:00:00 2001 From: donghao Date: Thu, 21 Mar 2024 17:59:50 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=AE=97=E5=8A=9B=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E5=92=8C=E8=AE=BE=E5=A4=87=E7=8E=B0=E5=9C=BA=E4=BA=A4=E4=BA=92?= =?UTF-8?q?=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 5 +- locales/zh-CN.yaml | 1 + mock/deviceScene.ts | 45 ++ mock/pools/deviceSceneData.ts | 62 +++ src/api/list.ts | 10 +- src/assets/device/jiankongtu1.png | Bin 0 -> 309071 bytes src/components/DsBox/index.ts | 4 +- src/layout/index.vue | 4 + src/router/modules/deviceScene.ts | 23 + .../components/computePowerCube.vue | 3 +- src/views/device/scene.scss | 102 +++++ src/views/device/scene.vue | 406 ++++++++++++++++++ 12 files changed, 658 insertions(+), 7 deletions(-) create mode 100644 mock/deviceScene.ts create mode 100644 mock/pools/deviceSceneData.ts create mode 100644 src/assets/device/jiankongtu1.png create mode 100644 src/router/modules/deviceScene.ts create mode 100644 src/views/device/scene.scss create mode 100644 src/views/device/scene.vue diff --git a/index.html b/index.html index 382f728..92280e0 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ * @Author: donghao donghao@supervision.ltd * @Date: 2024-01-12 14:35:28 * @LastEditors: donghao donghao@supervision.ltd - * @LastEditTime: 2024-01-24 11:33:27 + * @LastEditTime: 2024-03-21 17:55:12 * @FilePath: \General-AI-Platform-Web-Client\index.html * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE --> @@ -21,8 +21,9 @@ + + + + +