feat: 修改文章编辑器
This commit is contained in:
@@ -94,7 +94,8 @@ export interface ArticleWord extends Word {
|
||||
export interface Sentence {
|
||||
text: string,
|
||||
translate: string,
|
||||
words: ArticleWord[]
|
||||
words: ArticleWord[],
|
||||
audioPosition: number[]
|
||||
}
|
||||
|
||||
export enum TranslateType {
|
||||
|
||||
Reference in New Issue
Block a user