chore(block-action-panel): update package.json

This commit is contained in:
chenos 2024-10-20 14:52:35 +08:00
parent 50b2695797
commit 4213df357c

View File

@ -1,10 +1,10 @@
{ {
"name": "@nocobase/plugin-block-workbench", "name": "@nocobase/plugin-block-workbench",
"version": "1.4.0-alpha", "version": "1.4.0-alpha",
"displayName": "Block: Workbench", "displayName": "Block: Action panel",
"displayName.zh-CN": "区块:工作台", "displayName.zh-CN": "区块:操作面板",
"description": "Add buttons for actions, links, etc. in the workbench block to quickly initiate actions and jump pages.", "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": "在工作台区块中添加操作、链接等按钮,以便快捷发起操作和跳转页面。", "description.zh-CN": "集中管理和展示各种操作,方便用户快速执行任务。支持扩展,目前支持的操作类型有弹窗、链接、扫描、自定义请求。",
"main": "dist/server/index.js", "main": "dist/server/index.js",
"peerDependencies": { "peerDependencies": {
"@nocobase/client": "1.x", "@nocobase/client": "1.x",