feat: add baidu translate

This commit is contained in:
zyronon
2023-09-11 14:19:04 +08:00
parent 00a479a726
commit a66b32578d
7 changed files with 65 additions and 54 deletions

View File

@@ -114,7 +114,8 @@ export interface Sentence {
export interface Article {
article: string,
articleTranslate: string,
translate: string,
isTranslate: boolean,
newWords: Word[],
articleAllWords: string[],
sections: Sentence[][],