This commit is contained in:
MomentQYC 2024-10-17 09:54:11 +08:00
parent 3547a27734
commit 2ae054a5aa
1 changed files with 13 additions and 0 deletions

View File

@ -5194,6 +5194,19 @@ export type operations = {
backgroundImageUrl: string | null;
deeplAuthKey: string | null;
deeplIsPro: boolean;
hfAuthKey: string | null;
hfSpace: boolean;
hfSpaceName: string | null;
hfexampleAudioURL: string | null;
hfexampleText: string | null;
hfexampleLang: string | null;
hfslice: string | null;
hftopK: number | null;
hftopP: number | null;
hfTemperature: number | null;
hfSpeedRate: number | null;
hfnrm: boolean;
hfdas: boolean;
defaultDarkTheme: string | null;
defaultLightTheme: string | null;
description: string | null;