From 012667c17ca4d127d1cc51579a289966b82c0f44 Mon Sep 17 00:00:00 2001 From: RonnyChan Date: Mon, 7 Jul 2025 14:20:19 +0800 Subject: [PATCH] [frontend] Remove "Manual Check Form" item from the menu. --- .../src/main/resources/component/basic_node_en.json | 7 +------ .../src/main/resources/component/basic_node_zh.json | 7 +------ 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/app-builder/jane/plugins/aipp-plugin/src/main/resources/component/basic_node_en.json b/app-builder/jane/plugins/aipp-plugin/src/main/resources/component/basic_node_en.json index e6d7934496..c68d0119d3 100644 --- a/app-builder/jane/plugins/aipp-plugin/src/main/resources/component/basic_node_en.json +++ b/app-builder/jane/plugins/aipp-plugin/src/main/resources/component/basic_node_en.json @@ -16,7 +16,7 @@ }, { "type": "intelligentFormNodeState", - "name": "Intelligent Form", + "name": "Form", "uniqueName": "" }, { @@ -73,10 +73,5 @@ "type": "parallelNodeState", "name": "Parallel", "uniqueName": "" - }, - { - "type": "manualCheckNodeState", - "name": "Manual Form", - "uniqueName": "" } ] \ No newline at end of file diff --git a/app-builder/jane/plugins/aipp-plugin/src/main/resources/component/basic_node_zh.json b/app-builder/jane/plugins/aipp-plugin/src/main/resources/component/basic_node_zh.json index 5de8366e3c..2f90ee566a 100644 --- a/app-builder/jane/plugins/aipp-plugin/src/main/resources/component/basic_node_zh.json +++ b/app-builder/jane/plugins/aipp-plugin/src/main/resources/component/basic_node_zh.json @@ -16,7 +16,7 @@ }, { "type": "intelligentFormNodeState", - "name": "智能编排表单", + "name": "表单", "uniqueName": "" }, { @@ -73,10 +73,5 @@ "type": "parallelNodeState", "name": "并行", "uniqueName": "" - }, - { - "type": "manualCheckNodeState", - "name": "人工表单", - "uniqueName": "" } ] \ No newline at end of file