diff --git a/packages/plugins/@nocobase/plugin-workflow/package.json b/packages/plugins/@nocobase/plugin-workflow/package.json index a7d8ad2d7..f505ce1f8 100644 --- a/packages/plugins/@nocobase/plugin-workflow/package.json +++ b/packages/plugins/@nocobase/plugin-workflow/package.json @@ -2,8 +2,8 @@ "name": "@nocobase/plugin-workflow", "displayName": "Workflow", "displayName.zh-CN": "工作流", - "description": "A powerful workflow plugin designed to support business process management and automation.", - "description.zh-CN": "工作流插件,为业务流程管理和自动化提供支持。", + "description": "A powerful BPM tool that provides foundational support for business automation, with the capability to extend unlimited triggers and nodes.", + "description.zh-CN": "一个强大的 BPM 工具,为业务自动化提供基础支持,并且可任意扩展更多的触发器和节点。", "version": "0.19.0-alpha.8", "license": "AGPL-3.0", "main": "./dist/server/index.js",