From dcac385dbd979b5d4d1a4ebb6f98d70c71d37ecc Mon Sep 17 00:00:00 2001 From: fofolee Date: Thu, 13 Feb 2025 00:49:18 +0800 Subject: [PATCH] =?UTF-8?q?flowTabs=E6=B7=BB=E5=8A=A0=E5=8F=98=E9=87=8Ftyp?= =?UTF-8?q?e=E7=9A=84=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/composer/FlowTabs.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/composer/FlowTabs.vue b/src/components/composer/FlowTabs.vue index bc9aefc..0cb3d61 100644 --- a/src/components/composer/FlowTabs.vue +++ b/src/components/composer/FlowTabs.vue @@ -210,6 +210,11 @@ export default defineComponent({ * [ * { name: "变量名", type: "变量类型", sourceCommand: { label: "变量来源" , index?: 来源命令索引, id?: 来源命令id} } * ] + * + * type: + * 1. output: 输出变量 + * 2. param: 函数参数 + * 3. var: 局部变量 */ const getCurrentVariables = () => { const currentFlow = getCurrentFlow();