feat: complete

This commit is contained in:
zyronon
2023-09-14 01:51:05 +08:00
parent 107e6b54fd
commit d1af8e3ec6
5 changed files with 1222 additions and 75 deletions

View File

@@ -122,6 +122,7 @@ export interface Article {
newWords: Word[],
articleAllWords: string[],
sections: Sentence[][],
translateType: number
}
export interface Dict {