docs(plugin-workflow-loop): fix description (#3549)

This commit is contained in:
Junyi 2024-02-22 11:05:23 +08:00 committed by GitHub
parent a341896378
commit 85ab125bb0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,8 +2,8 @@
"name": "@nocobase/plugin-workflow-loop",
"displayName": "Workflow: Loop node",
"displayName.zh-CN": "工作流:循环节点",
"description": "Useful plugin for doing dynamic calculation based on expression collection records in workflow.",
"description.zh-CN": "用于在工作流中进行基于数据行的动态表达式计算。",
"description": "Used to repeat the sub-process processing of each value in an array, and can also be used for fixed times of sub-process processing.",
"description.zh-CN": "用于对一个数组中的每个值进行重复的子流程处理,也可用于固定次数的重复子流程处理。",
"version": "0.19.0-alpha.8",
"license": "AGPL-3.0",
"main": "./dist/server/index.js",