add: libretranslate
This commit is contained in:
parent
c5440c20c6
commit
40599190f7
8 changed files with 190 additions and 59 deletions
|
|
@ -8826,6 +8826,8 @@ export type operations = {
|
|||
deeplIsPro: boolean;
|
||||
deeplFreeMode: boolean;
|
||||
deeplFreeInstance: string | null;
|
||||
libreTranslateURL: string | null;
|
||||
libreTranslateKey: string | null;
|
||||
defaultDarkTheme: string | null;
|
||||
defaultLightTheme: string | null;
|
||||
description: string | null;
|
||||
|
|
@ -11401,6 +11403,8 @@ export type operations = {
|
|||
deeplIsPro?: boolean;
|
||||
deeplFreeMode?: boolean;
|
||||
deeplFreeInstance?: string | null;
|
||||
libreTranslateURL?: string | null;
|
||||
libreTranslateKey?: string | null;
|
||||
enableEmail?: boolean;
|
||||
email?: string | null;
|
||||
smtpSecure?: boolean;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue