mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-04-13 18:11:03 +08:00
@@ -5,7 +5,7 @@ import type { SettingItem } from '#/components';
|
||||
const { getSettingGroup } = useConfigStore();
|
||||
|
||||
const notification = getSettingGroup('notification');
|
||||
const notificationType: NotificationType = ['telegram', 'server-chan', 'bark'];
|
||||
const notificationType: NotificationType = ['telegram', 'server-chan', 'bark', 'wecom'];
|
||||
|
||||
const items: SettingItem<Notification>[] = [
|
||||
{
|
||||
|
||||
@@ -43,7 +43,7 @@ export interface Config {
|
||||
};
|
||||
notification: {
|
||||
enable: boolean;
|
||||
type: 'telegram' | 'server-chan' | 'bark';
|
||||
type: 'telegram' | 'server-chan' | 'bark' | 'wecom';
|
||||
token: string;
|
||||
chat_id: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user