From 5ec66a2a1c82b4db4ee1327e8c0fed70af7ae4ec Mon Sep 17 00:00:00 2001 From: luoyifan Date: Wed, 2 Jul 2025 13:49:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=95=E7=A4=BA=E9=A1=B9=E7=9B=AE=E5=90=8D?= =?UTF-8?q?=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tw_test/envs/1.json | 2 +- tw_test/project.json | 115 +++++++++++++++++++++++++++------------------------ 2 files changed, 63 insertions(+), 54 deletions(-) diff --git a/tw_test/envs/1.json b/tw_test/envs/1.json index 39451e6..ebf1760 100644 --- a/tw_test/envs/1.json +++ b/tw_test/envs/1.json @@ -1,6 +1,6 @@ { "envId": 1, - "envName": "台湾展会-嘉兴物理", + "envName": "物理环境", "isVirtual": false, "envConfig": { "mqtt": { diff --git a/tw_test/project.json b/tw_test/project.json index f9e7dc9..3367853 100644 --- a/tw_test/project.json +++ b/tw_test/project.json @@ -1,56 +1,65 @@ { - "projectUuid" : "tw_test", - "projectLabel" : "", - "projectFileLocation" : "", - "directoryData" : [ { - "label" : "仓库楼层", - "items" : [ { - "catalogCode" : "f1", - "label" : "一楼 (f1)" - } ] - } ], - "otherData" : { - "projectUuid" : "tw_test", - "projectLabel" : "台湾物流展会-嘉兴测试", - "projectFileLocation" : "D:/Projects/yvan-lcc-bench/lcc-map/tw_test/project.json", - "otherData" : { - "Tool" : { - "Group" : [ ], - "GlobalVariables" : [ ], - "UserCommand" : [ ], - "Dashboard" : [ ], - "DataTable" : [ ], - "Trigger" : [ { - "name" : "OnOpen", - "fn" : "" - }, { - "name" : "OnReset", - "fn" : "" - }, { - "name" : "OnStart", - "fn" : "" - }, { - "name" : "OnStop", - "fn" : "" - } ], - "gridHelper" : { - "axesEnabled" : true, - "axesSize" : 5, - "axesColor" : 14540253, - "axesWidth" : 2, - "gridEnabled" : true, - "gridSize" : 1000, - "gridDivisions" : 1000, - "gridColor" : 14540253, - "gridOpacity" : 1, - "backgroundColor" : 16119285, - "snapEnabled" : true, - "snapDistance" : 0.25 + "projectUuid": "tw_test", + "projectLabel": "台湾展会-嘉兴调试", + "projectFileLocation": "", + "directoryData": [ + { + "label": "仓库楼层", + "items": [ + { + "catalogCode": "f1", + "label": "一楼 (f1)" + } + ] + } + ], + "otherData": { + "projectUuid": "tw_test", + "projectLabel": "台湾物流展会-嘉兴测试", + "projectFileLocation": "D:/Projects/yvan-lcc-bench/lcc-map/tw_test/project.json", + "otherData": { + "Tool": { + "Group": [], + "GlobalVariables": [], + "UserCommand": [], + "Dashboard": [], + "DataTable": [], + "Trigger": [ + { + "name": "OnOpen", + "fn": "" + }, + { + "name": "OnReset", + "fn": "" + }, + { + "name": "OnStart", + "fn": "" + }, + { + "name": "OnStop", + "fn": "" + } + ], + "gridHelper": { + "axesEnabled": true, + "axesSize": 5, + "axesColor": 14540253, + "axesWidth": 2, + "gridEnabled": true, + "gridSize": 1000, + "gridDivisions": 1000, + "gridColor": 14540253, + "gridOpacity": 1, + "backgroundColor": 16119285, + "snapEnabled": true, + "snapDistance": 0.25 + } + }, + "elevator": [], + "wall": [], + "pillar": [] } - }, - "elevator" : [ ], - "wall" : [ ], - "pillar" : [ ] } - } -} \ No newline at end of file +}