feat: 从yaml文件注册插件

This commit is contained in:
xiaojunnuo
2025-04-27 15:11:50 +08:00
parent 9b1d822b5b
commit deb3893820
98 changed files with 5366 additions and 45 deletions
@@ -0,0 +1,18 @@
name: email
title: 电子邮件
desc: 电子邮件通知
input:
receivers:
title: 收件人邮箱
component:
name: a-select
vModel: value
mode: tags
open: false
required: true
helper: |-
可以填写多个,填写一个按回车键再填写下一个
需要先[配置邮件服务器](#/sys/settings/email)
type: builtIn
pluginType: notification
scriptFilePath: ../../../plugins/plugin-notification/index.js