配置插件名称: 移动端:定制化,工作流:审批中心 (#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:
parent
f0a0505695
commit
946b77e9df
6
.changeset/rotten-pumas-turn.md
Normal file
6
.changeset/rotten-pumas-turn.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
"@hera/plugin-approval": minor
|
||||
"@hera/plugin-mobile": minor
|
||||
---
|
||||
|
||||
插件命名
|
@ -1,6 +1,8 @@
|
||||
{
|
||||
"name": "@hera/plugin-approval",
|
||||
"displayName": "Workflow: Approval Center",
|
||||
"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",
|
||||
"devDependencies": {
|
||||
"@ant-design/icons": "5.x",
|
||||
@ -23,5 +25,7 @@
|
||||
"@nocobase/plugin-workflow": "workspace:*",
|
||||
"@nocobase/server": "workspace:*",
|
||||
"@nocobase/test": "workspace:*"
|
||||
}
|
||||
},
|
||||
"description.zh-CN": "可配置通用的审批流程,在审批中心完成审批的完整操作。",
|
||||
"displayName.zh-CN": "工作流:审批中心"
|
||||
}
|
||||
|
@ -1,6 +1,8 @@
|
||||
{
|
||||
"name": "@hera/plugin-mobile",
|
||||
"displayName": "Mobile client: Customization",
|
||||
"version": "1.0.7",
|
||||
"description": "Provides the ability to configure mobile pages,more professional.",
|
||||
"main": "dist/server/index.js",
|
||||
"devDependencies": {
|
||||
"@ant-design/icons": "5.x",
|
||||
@ -18,5 +20,7 @@
|
||||
"@nocobase/server": "workspace:*",
|
||||
"@nocobase/test": "workspace:*",
|
||||
"@nocobase/utils": "workspace:*"
|
||||
}
|
||||
},
|
||||
"description.zh-CN": "提提供定制化的移动端页面配置的能力。",
|
||||
"displayName.zh-CN": "移动端:定制化"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user