diff --git a/.changeset/rotten-pumas-turn.md b/.changeset/rotten-pumas-turn.md new file mode 100644 index 000000000..63fa692b0 --- /dev/null +++ b/.changeset/rotten-pumas-turn.md @@ -0,0 +1,6 @@ +--- +"@hera/plugin-approval": minor +"@hera/plugin-mobile": minor +--- + +插件命名 diff --git a/packages/plugins/@hera/plugin-approval/package.json b/packages/plugins/@hera/plugin-approval/package.json index b2797f881..cde8e5550 100644 --- a/packages/plugins/@hera/plugin-approval/package.json +++ b/packages/plugins/@hera/plugin-approval/package.json @@ -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": "工作流:审批中心" } diff --git a/packages/plugins/@hera/plugin-mobile/package.json b/packages/plugins/@hera/plugin-mobile/package.json index 059cb40c3..fbdb3515f 100644 --- a/packages/plugins/@hera/plugin-mobile/package.json +++ b/packages/plugins/@hera/plugin-mobile/package.json @@ -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": "移动端:定制化" }