v0.3.31: 全局配置保留title/content仅移除level/priority;推送用户SMTP只显示收件人
This commit is contained in:
@@ -2,7 +2,9 @@ import { Notifier, NotifyParams, NotifyResult, NotifierParam } from './notifier.
|
||||
|
||||
const params: NotifierParam[] = [
|
||||
{ key: 'server', label: '服务器地址', type: 'url', required: true, placeholder: 'https://gotify.example.com' },
|
||||
{ key: 'token', label: 'App Token', type: 'password', required: true, placeholder: 'Gotify App Token' }
|
||||
{ key: 'token', label: 'App Token', type: 'password', required: true, placeholder: 'Gotify App Token' },
|
||||
{ key: 'title', label: '标题', type: 'text', default: 'CloudSearch', required: false },
|
||||
{ key: 'content', label: '内容', type: 'text', required: true }
|
||||
];
|
||||
|
||||
export const gotifyNotifier: Notifier = {
|
||||
|
||||
Reference in New Issue
Block a user