配置插件名称: 移动端:定制化,工作流:审批中心 (#678)

Reviewed-on: daoyoucloud/tachycode#678
Co-authored-by: bai.jingfeng <bai.jingfeng@foxmail.com>
Co-committed-by: bai.jingfeng <bai.jingfeng@foxmail.com>
This commit is contained in:
bai.jingfeng 2024-04-11 11:50:42 +08:00 committed by sealday
parent f0a0505695
commit 946b77e9df
3 changed files with 16 additions and 2 deletions

View File

@ -0,0 +1,6 @@
---
"@hera/plugin-approval": minor
"@hera/plugin-mobile": minor
---
插件命名

View File

@ -1,6 +1,8 @@
{ {
"name": "@hera/plugin-approval", "name": "@hera/plugin-approval",
"displayName": "Workflow: Approval Center",
"version": "0.0.4", "version": "0.0.4",
"description": "Can configure a universal approval process to complete the complete approval process in the approval center.",
"main": "dist/server/index.js", "main": "dist/server/index.js",
"devDependencies": { "devDependencies": {
"@ant-design/icons": "5.x", "@ant-design/icons": "5.x",
@ -23,5 +25,7 @@
"@nocobase/plugin-workflow": "workspace:*", "@nocobase/plugin-workflow": "workspace:*",
"@nocobase/server": "workspace:*", "@nocobase/server": "workspace:*",
"@nocobase/test": "workspace:*" "@nocobase/test": "workspace:*"
} },
"description.zh-CN": "可配置通用的审批流程,在审批中心完成审批的完整操作。",
"displayName.zh-CN": "工作流:审批中心"
} }

View File

@ -1,6 +1,8 @@
{ {
"name": "@hera/plugin-mobile", "name": "@hera/plugin-mobile",
"displayName": "Mobile client: Customization",
"version": "1.0.7", "version": "1.0.7",
"description": "Provides the ability to configure mobile pages,more professional.",
"main": "dist/server/index.js", "main": "dist/server/index.js",
"devDependencies": { "devDependencies": {
"@ant-design/icons": "5.x", "@ant-design/icons": "5.x",
@ -18,5 +20,7 @@
"@nocobase/server": "workspace:*", "@nocobase/server": "workspace:*",
"@nocobase/test": "workspace:*", "@nocobase/test": "workspace:*",
"@nocobase/utils": "workspace:*" "@nocobase/utils": "workspace:*"
} },
"description.zh-CN": "提提供定制化的移动端页面配置的能力。",
"displayName.zh-CN": "移动端:定制化"
} }