From 4213df357cd508ada5792f41df1f1f76d88b3bf7 Mon Sep 17 00:00:00 2001 From: chenos Date: Sun, 20 Oct 2024 14:52:35 +0800 Subject: [PATCH] chore(block-action-panel): update package.json --- .../plugins/@nocobase/plugin-block-workbench/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/plugins/@nocobase/plugin-block-workbench/package.json b/packages/plugins/@nocobase/plugin-block-workbench/package.json index 83d51ecfcf..be5ca05a48 100644 --- a/packages/plugins/@nocobase/plugin-block-workbench/package.json +++ b/packages/plugins/@nocobase/plugin-block-workbench/package.json @@ -1,10 +1,10 @@ { "name": "@nocobase/plugin-block-workbench", "version": "1.4.0-alpha", - "displayName": "Block: Workbench", - "displayName.zh-CN": "区块:工作台", - "description": "Add buttons for actions, links, etc. in the workbench block to quickly initiate actions and jump pages.", - "description.zh-CN": "在工作台区块中添加操作、链接等按钮,以便快捷发起操作和跳转页面。", + "displayName": "Block: Action panel", + "displayName.zh-CN": "区块:操作面板", + "description": "Centrally manages and displays various actions, allowing users to efficiently perform tasks. It supports extensibility, with current action types including pop-ups, links, scanning, and custom requests.", + "description.zh-CN": "集中管理和展示各种操作,方便用户快速执行任务。支持扩展,目前支持的操作类型有弹窗、链接、扫描、自定义请求。", "main": "dist/server/index.js", "peerDependencies": { "@nocobase/client": "1.x",