mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-02-27 18:22:41 -08:00
Add configurable minimum sentence length for N+1 targets
This commit is contained in:
@@ -239,6 +239,7 @@ export interface AnkiConnectConfig {
|
||||
decks?: string[];
|
||||
nPlusOne?: string;
|
||||
knownWord?: string;
|
||||
minSentenceWords?: number;
|
||||
};
|
||||
behavior?: {
|
||||
overwriteAudio?: boolean;
|
||||
@@ -399,6 +400,7 @@ export interface ResolvedConfig {
|
||||
decks: string[];
|
||||
nPlusOne: string;
|
||||
knownWord: string;
|
||||
minSentenceWords: number;
|
||||
};
|
||||
behavior: {
|
||||
overwriteAudio: boolean;
|
||||
|
||||
Reference in New Issue
Block a user