feat(word): show/play UK-US audio and add example sentence

This commit is contained in:
2026-02-26 13:22:03 +08:00
parent e2a9ebc7b7
commit e5a245155a
5 changed files with 132 additions and 36 deletions

View File

@@ -7,6 +7,7 @@ export interface Word {
audio_us?: string
part_of_speech?: string
definition?: string
example_sentence?: string
}
export interface MemoryRecord {