mirror of https://github.com/certd/certd
22 lines
481 B
YAML
22 lines
481 B
YAML
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
|