chore: add homepage links to notification plugins in package.json (#6150)

* feat: add homepage links to notification plugins in package.json
This commit is contained in:
Sheldon Guo 2025-02-03 09:52:21 +08:00 committed by GitHub
parent 20d567e402
commit bae769c6bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,8 @@
"displayName.zh-CN": "通知:电子邮件", "displayName.zh-CN": "通知:电子邮件",
"description": "Used for sending email notifications with built-in SMTP transport.", "description": "Used for sending email notifications with built-in SMTP transport.",
"description.zh-CN": "通过电子邮件渠道发送通知,目前只支持 SMTP 传输方式。", "description.zh-CN": "通过电子邮件渠道发送通知,目前只支持 SMTP 传输方式。",
"homepage": "https://docs.nocobase.com/handbook/notification-email",
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/notification-email",
"main": "dist/server/index.js", "main": "dist/server/index.js",
"devDependencies": { "devDependencies": {
"@types/nodemailer": "^6.x", "@types/nodemailer": "^6.x",

View File

@ -5,6 +5,8 @@
"displayName.zh-CN": "通知:站内信", "displayName.zh-CN": "通知:站内信",
"description": "It supports users in receiving real-time message notifications within the NocoBase application.", "description": "It supports users in receiving real-time message notifications within the NocoBase application.",
"description.zh-CN": "支持用户在 NocoBase 应用内实时接收消息通知。", "description.zh-CN": "支持用户在 NocoBase 应用内实时接收消息通知。",
"homepage": "https://docs.nocobase.com/handbook/notification-in-app-message",
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/notification-in-app-message",
"keywords": [ "keywords": [
"Notification" "Notification"
], ],

View File

@ -4,6 +4,8 @@
"description": "Provides a unified management service that includes channel configuration, logging, and other features, supporting the configuration of various notification channels, including in-app message and email.", "description": "Provides a unified management service that includes channel configuration, logging, and other features, supporting the configuration of various notification channels, including in-app message and email.",
"displayName.zh-CN": "通知管理", "displayName.zh-CN": "通知管理",
"description.zh-CN": "提供统一的管理服务,涵盖渠道配置、日志记录等功能,支持多种通知渠道的配置,包括站内信和电子邮件等。", "description.zh-CN": "提供统一的管理服务,涵盖渠道配置、日志记录等功能,支持多种通知渠道的配置,包括站内信和电子邮件等。",
"homepage": "https://docs.nocobase.com/handbook/notification-manager",
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/notification-manager",
"version": "1.4.34", "version": "1.4.34",
"main": "dist/server/index.js", "main": "dist/server/index.js",
"devDependencies": { "devDependencies": {