mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-04-24 10:31:09 +08:00
feat: add bark notification
This commit is contained in:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user