mirror of
https://github.com/certd/certd.git
synced 2026-04-28 07:57:25 +08:00
feat: 从yaml文件注册插件
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
name: anpush
|
||||
title: AnPush
|
||||
desc: https://anpush.com
|
||||
needPlus: true
|
||||
input:
|
||||
token:
|
||||
title: API密钥
|
||||
component:
|
||||
placeholder: ''
|
||||
helper: '[获取API密钥](https://anpush.com/push/tool) '
|
||||
required: true
|
||||
channel:
|
||||
title: 通道ID
|
||||
component:
|
||||
placeholder: ''
|
||||
helper: '[获取通道ID](https://anpush.com/push/setting)创建通道,复制通道id,填入此处'
|
||||
required: true
|
||||
type: builtIn
|
||||
pluginType: notification
|
||||
scriptFilePath: ../../../plugins/plugin-notification/index.js
|
||||
Reference in New Issue
Block a user