chore: change

This commit is contained in:
zyronon
2023-09-13 18:57:00 +08:00
parent 75635ec22c
commit 107e6b54fd
12 changed files with 507 additions and 60 deletions

View File

@@ -107,12 +107,14 @@ export interface ArticleWord extends Word {
}
export interface Sentence {
sentence: string,
text: string,
translate: string,
words: ArticleWord[]
}
export interface Article {
title: string,
titleTranslate: string,
article: string,
customTranslate: string,
networkTranslate: string,