mirror of
https://github.com/certd/certd.git
synced 2026-04-27 23:37:29 +08:00
feat: 从yaml文件注册插件
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
name: bark
|
||||
title: Bark 通知
|
||||
desc: Bark 推送通知插件
|
||||
needPlus: true
|
||||
input:
|
||||
webhook:
|
||||
title: 服务地址
|
||||
component:
|
||||
placeholder: https://api.day.app/your_key
|
||||
required: true
|
||||
helper: 你的bark服务地址+key
|
||||
skipSslVerify:
|
||||
title: 忽略证书校验
|
||||
value: false
|
||||
component:
|
||||
name: a-switch
|
||||
vModel: checked
|
||||
required: false
|
||||
type: builtIn
|
||||
pluginType: notification
|
||||
scriptFilePath: ../../../plugins/plugin-notification/index.js
|
||||
Reference in New Issue
Block a user