Skip to content

Commit

Permalink
feat: 添加 ntfy 推送功能及相关配置
Browse files Browse the repository at this point in the history
fix #264
  • Loading branch information
CaoMeiYouRen committed Feb 11, 2025
1 parent 9c0e06b commit 540c1db
Show file tree
Hide file tree
Showing 4 changed files with 428 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export * from './push/dingtalk'
export * from './push/discord'
export * from './push/feishu'
export * from './push/i-got'
export * from './push/ntfy'
export * from './push/one-bot'
export * from './push/push-deer'
export * from './push/push-plus'
Expand Down
3 changes: 2 additions & 1 deletion src/one.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { CustomEmail, Dingtalk, Discord, IGot, OneBot, PushDeer, PushPlus, Qmsg, ServerChanTurbo, ServerChanV3, Telegram, WechatApp, WechatRobot, XiZhi, Feishu } from './index'
import { CustomEmail, Dingtalk, Discord, Feishu, IGot, Ntfy, OneBot, PushDeer, PushPlus, Qmsg, ServerChanTurbo, ServerChanV3, Telegram, WechatApp, WechatRobot, XiZhi } from './index'
import { SendResponse } from '@/interfaces/response'

export const PushAllInOne = {
Expand All @@ -7,6 +7,7 @@ export const PushAllInOne = {
Discord,
Feishu,
IGot,
Ntfy,
OneBot,
PushDeer,
PushPlus,
Expand Down
Loading

0 comments on commit 540c1db

Please sign in to comment.