mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-05-11 10:35:50 +08:00
@@ -63,7 +63,7 @@ export const rssParserType: RssParserType = ['mikan'];
|
||||
export const rssParserLang: RssParserLang = ['zh', 'en', 'jp'];
|
||||
export const renameMethod: RenameMethod = ['normal', 'pn', 'advance', 'none'];
|
||||
export const proxyType: ProxyType = ['http', 'https', 'socks5'];
|
||||
export const notificationType: NotificationType = ['telegram', 'server-chan'];
|
||||
export const notificationType: NotificationType = ['telegram', 'server-chan', 'bark'];
|
||||
export const tfOptions = [
|
||||
{ label: '是', value: true },
|
||||
{ label: '否', value: false },
|
||||
|
||||
@@ -44,7 +44,7 @@ export interface Config {
|
||||
};
|
||||
notification: {
|
||||
enable: boolean;
|
||||
type: 'telegram' | 'server-chan';
|
||||
type: 'telegram' | 'server-chan' | 'bark';
|
||||
token: string;
|
||||
chat_id: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user