mirror of
https://github.com/certd/certd.git
synced 2026-04-23 11:37:23 +08:00
21 lines
519 B
YAML
21 lines
519 B
YAML
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
|