更新至 v0.7.0_20251126 版本

This commit is contained in:
2025-11-26 23:52:23 +08:00
parent 66fa85e474
commit bd64cdd8de
8 changed files with 265 additions and 56 deletions

View File

@@ -123,6 +123,7 @@ export interface ListeningLesson {
translation: string;
vocabulary: { word: string; reading: string; meaning: string }[];
questions: QuizQuestion[];
grammarPoints?: { point: string; explanation: string }[];
}
export interface ListeningLessonRecord extends ListeningLesson {