From 8407f664acf54292a51959971edcbffbd5f74ae4 Mon Sep 17 00:00:00 2001 From: 18086616529 <344820985@qq.com> Date: Fri, 5 Jun 2026 08:40:25 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=A8=E4=BB=BB=E5=8A=A1=E7=BC=96?= =?UTF-8?q?=E6=8E=92=E7=95=8C=E9=9D=A2=E6=9C=AA=E6=8F=90=E4=BA=A4=E7=9A=84?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontends/apps/simple-platform-vue/components.d.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/frontends/apps/simple-platform-vue/components.d.ts b/frontends/apps/simple-platform-vue/components.d.ts index 4d757ef..1892a7c 100644 --- a/frontends/apps/simple-platform-vue/components.d.ts +++ b/frontends/apps/simple-platform-vue/components.d.ts @@ -11,6 +11,7 @@ declare module 'vue' { AiGenerateDialog: typeof import('./src/components/map-editor/AiGenerateDialog.vue')['default'] ConfigPageBase: typeof import('./src/components/ConfigPageBase.vue')['default'] DataTablePro: typeof import('./src/components/DataTablePro.vue')['default'] + EdgeInspector: typeof import('./src/components/workflow/EdgeInspector.vue')['default'] EditPropertyPanel: typeof import('./src/components/map-editor/EditPropertyPanel.vue')['default'] EditStatusBar: typeof import('./src/components/map-editor/EditStatusBar.vue')['default'] EditToolRail: typeof import('./src/components/map-editor/EditToolRail.vue')['default'] @@ -81,6 +82,8 @@ declare module 'vue' { MapMonitorConfigGroup: typeof import('./src/components/config/MapMonitorConfigGroup.vue')['default'] MissionListPanel: typeof import('./src/components/workbench/MissionListPanel.vue')['default'] MonitorSelectionPanel: typeof import('./src/components/workbench/MonitorSelectionPanel.vue')['default'] + NodeInspector: typeof import('./src/components/workflow/NodeInspector.vue')['default'] + NodePalette: typeof import('./src/components/workflow/NodePalette.vue')['default'] PermissionGuard: typeof import('./src/components/PermissionGuard.vue')['default'] PluginListPanel: typeof import('./src/components/reflection/PluginListPanel.vue')['default'] ProjectBrowseDialog: typeof import('./src/components/map-editor/ProjectBrowseDialog.vue')['default'] @@ -96,6 +99,9 @@ declare module 'vue' { VehicleHealthCard: typeof import('./src/components/fleet/VehicleHealthCard.vue')['default'] VehicleMonitorPanel: typeof import('./src/components/workbench/VehicleMonitorPanel.vue')['default'] WorkbenchSidePanel: typeof import('./src/components/workbench/WorkbenchSidePanel.vue')['default'] + WorkflowEditor: typeof import('./src/components/workflow/WorkflowEditor.vue')['default'] + WorkflowListPanel: typeof import('./src/components/workflow/WorkflowListPanel.vue')['default'] + WorkflowNode: typeof import('./src/components/workflow/WorkflowNode.vue')['default'] Workspace3D: typeof import('./src/components/Workspace3D.vue')['default'] WorkspaceCanvasToolbar: typeof import('./src/components/workspace/WorkspaceCanvasToolbar.vue')['default'] }