更新至 v0.7.0_20251126 版本
This commit is contained in:
1
types.ts
1
types.ts
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user