add: libretranslate

This commit is contained in:
Marie 2025-03-06 01:03:02 +01:00
parent c5440c20c6
commit 40599190f7
No known key found for this signature in database
GPG key ID: 7ADF6C9CD9A28555
8 changed files with 190 additions and 59 deletions

View file

@ -403,6 +403,18 @@ export class MiMeta {
})
public deeplFreeInstance: string | null;
@Column('varchar', {
length: 1024,
nullable: true,
})
public libreTranslateURL: string | null;
@Column('varchar', {
length: 1024,
nullable: true,
})
public libreTranslateKey: string | null;
@Column('varchar', {
length: 1024,
nullable: true,