mirror of
https://github.com/certd/certd.git
synced 2026-04-22 10:57:25 +08:00
20 lines
399 B
YAML
20 lines
399 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
|
|
pluginType: access
|