chore: update plugin descriptions (#3556)
This commit is contained in:
parent
9d064ba97f
commit
9655b58190
@ -1,9 +1,9 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-api-keys",
|
||||
"displayName": "API keys",
|
||||
"displayName.zh-CN": "API 密钥",
|
||||
"description": "Allows users to use API key to access NocoBase HTTP API",
|
||||
"description.zh-CN": "允许用户使用 API 密钥访问 NocoBase HTTP API",
|
||||
"displayName": "Auth: API keys",
|
||||
"displayName.zh-CN": "认证:API 密钥",
|
||||
"description": "Allows users to use API key to access application HTTP API",
|
||||
"description.zh-CN": "允许用户使用 API 密钥访问应用 HTTP API",
|
||||
"version": "0.19.0-alpha.8",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/server/index.js",
|
||||
|
@ -2,7 +2,7 @@
|
||||
"name": "@nocobase/plugin-logger",
|
||||
"displayName": "Logger",
|
||||
"displayName.zh-CN": "日志",
|
||||
"description": "Server-side logs, mainly including api request logs and system runtime logs, and allows to package and download log files.",
|
||||
"description": "Server-side logs, mainly including API request logs and system runtime logs, and allows to package and download log files.",
|
||||
"description.zh-CN": "服务端日志,主要包括接口请求日志和系统运行日志,并支持打包和下载日志文件。",
|
||||
"version": "0.19.0-alpha.8",
|
||||
"license": "AGPL-3.0",
|
||||
|
@ -2,8 +2,8 @@
|
||||
"name": "@nocobase/plugin-users",
|
||||
"displayName": "Users",
|
||||
"displayName.zh-CN": "用户",
|
||||
"description": "Provides a basic user model.",
|
||||
"description.zh-CN": "提供了基础的用户模型。",
|
||||
"description": "Provides a basic user model, as well as createdBy and updatedBy fields..",
|
||||
"description.zh-CN": "提供了基础的用户模型,以及创建人和最后更新人字段。",
|
||||
"version": "0.19.0-alpha.8",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/server/index.js",
|
||||
|
Loading…
Reference in New Issue
Block a user