mirror of
https://github.com/certd/certd.git
synced 2026-05-18 14:27:36 +08:00
19 lines
388 B
YAML
19 lines
388 B
YAML
|
|
name: meow
|
||
|
|
title: MeoW通知
|
||
|
|
desc: https://api.chuckfang.com/
|
||
|
|
needPlus: false
|
||
|
|
input:
|
||
|
|
endpoint:
|
||
|
|
title: MeoW接口地址
|
||
|
|
component:
|
||
|
|
placeholder: https://api.xxxxxx.com
|
||
|
|
required: true
|
||
|
|
nickName:
|
||
|
|
title: 昵称
|
||
|
|
component:
|
||
|
|
placeholder: ''
|
||
|
|
required: true
|
||
|
|
type: builtIn
|
||
|
|
pluginType: notification
|
||
|
|
scriptFilePath: ../../../plugins/plugin-notification/index.js
|