fix(anki): separate word audio mapping for animation sync (#256)

This commit is contained in:
2026-09-20 22:07:30 -07:00
committed by GitHub
parent 8097ed27e5
commit 05425cc5db
17 changed files with 97 additions and 10 deletions
+1
View File
@@ -157,6 +157,7 @@ export interface AnkiConnectConfig {
fields?: {
word?: string;
audio?: string;
wordAudio?: string;
image?: string;
sentence?: string;
miscInfo?: string;
+1
View File
@@ -228,6 +228,7 @@ export interface ResolvedConfig {
fields: {
word: string;
audio: string;
wordAudio: string;
image: string;
sentence: string;
miscInfo: string;