fix(notify): add missing config for gotify

This commit is contained in:
catfishlty 2025-04-02 15:00:46 +08:00
parent 00ec2ce33e
commit 2d198bcef7

View File

@ -132,6 +132,7 @@ export const notifyChannelsMap: Map<NotifyChannel["type"], NotifyChannel> = new
[
[NOTIFY_CHANNELS.EMAIL, "common.notifier.email"],
[NOTIFY_CHANNELS.DINGTALK, "common.notifier.dingtalk"],
[NOTIFY_CHANNELS.GOTIFY, "common.notifier.gotify"],
[NOTIFY_CHANNELS.LARK, "common.notifier.lark"],
[NOTIFY_CHANNELS.WECOM, "common.notifier.wecom"],
[NOTIFY_CHANNELS.TELEGRAM, "common.notifier.telegram"],