1
0

add: DeepLX-JS support

Closes #324
This commit is contained in:
Marie
2024-01-26 21:29:38 +01:00
parent e5c060eecf
commit c6e3ec07d1
7 changed files with 103 additions and 14 deletions
+11
View File
@@ -353,6 +353,17 @@ export class MiMeta {
})
public deeplIsPro: boolean;
@Column('boolean', {
default: false,
})
public deeplFreeMode: boolean;
@Column('varchar', {
length: 1024,
nullable: true,
})
public deeplFreeInstance: string | null;
@Column('varchar', {
length: 1024,
nullable: true,