feat: 修改文章编辑器

This commit is contained in:
zyronon
2025-03-23 02:57:59 +08:00
parent 47d4958a6a
commit 082532bca9
22 changed files with 1666 additions and 362 deletions

View File

@@ -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 {