mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-07-29 19:21:33 -07:00
feat(notifications): add overlay notifications with position config (#110)
This commit is contained in:
+2
-1
@@ -1,4 +1,5 @@
|
||||
import type { AiFeatureConfig } from './integrations';
|
||||
import type { NotificationType } from './notification';
|
||||
import type { NPlusOneMatchMode } from './subtitle';
|
||||
|
||||
export interface NotificationOptions {
|
||||
@@ -94,7 +95,7 @@ export interface AnkiConnectConfig {
|
||||
overwriteImage?: boolean;
|
||||
mediaInsertMode?: 'append' | 'prepend';
|
||||
highlightWord?: boolean;
|
||||
notificationType?: 'osd' | 'system' | 'both' | 'none';
|
||||
notificationType?: NotificationType;
|
||||
autoUpdateNewCards?: boolean;
|
||||
};
|
||||
metadata?: {
|
||||
|
||||
Reference in New Issue
Block a user