This commit is contained in:
Zyronon
2025-10-08 02:20:52 +08:00
parent daadb387f4
commit ada07782eb
6 changed files with 3412 additions and 2845 deletions

View File

@@ -41,7 +41,6 @@ export function getDefaultArticle(val: Partial<Article> = {}): Article {
text: '',
textTranslate: '',
newWords: [],
textAllWords: [],
sections: [],
audioSrc: '',
audioFileId: '',

View File

@@ -72,7 +72,6 @@ export interface Article {
text: string,
textTranslate: string,
newWords: Word[],
textAllWords: string[],
sections: Sentence[][],
audioSrc: string,
audioFileId: string,