v0.3.34: 每日汇报增加推送通道选择UI
This commit is contained in:
@@ -2,8 +2,7 @@ import { Notifier, NotifyParams, NotifyResult, NotifierParam } from './notifier.
|
||||
|
||||
const params: NotifierParam[] = [
|
||||
{ key: 'token', label: 'Token', type: 'password', required: true, placeholder: 'pushplus token' },
|
||||
{ key: 'title', label: '标题', type: 'text', default: 'CloudSearch', required: false },
|
||||
{ key: 'content', label: '内容', type: 'text', required: true }
|
||||
|
||||
];
|
||||
|
||||
export const pushplusNotifier: Notifier = {
|
||||
|
||||
Reference in New Issue
Block a user