Enhance the message notification feature
This commit is contained in:
@@ -36,6 +36,7 @@ export type NotifyChannelDingTalk = {
|
||||
|
||||
export type NotifyChannelTelegram = {
|
||||
apiToken: string;
|
||||
chatId: string;
|
||||
enabled: boolean;
|
||||
};
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
export const version = "Certimate v0.1.10";
|
||||
export const version = "Certimate v0.1.11";
|
||||
|
||||
Reference in New Issue
Block a user