feat: add wecom notifier
This commit is contained in:
@@ -26,7 +26,7 @@ export const useNotifyChannelStore = create<NotifyChannelState>((set, get) => {
|
||||
produce(settings, (draft) => {
|
||||
draft.content ??= {};
|
||||
draft.content[channel] = { ...draft.content[channel], ...config };
|
||||
})
|
||||
}).content
|
||||
);
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user