follow up to MM-61126 desktop landing page (#28888)

Этот коммит содержится в:
Saturnino Abril
2024-10-24 05:10:18 +08:00
коммит произвёл GitHub
родитель 99a95508d2
Коммит c7aec8c5c5
5 изменённых файлов: 23 добавлений и 27 удалений

Просмотреть файл

@@ -396,6 +396,7 @@ export type ServiceSettings = {
RefreshPostStatsRunTime: string;
MaximumPayloadSizeBytes: number;
EnableAPIPostDeletion: boolean;
EnableDesktopLandingPage: boolean;
MaximumURLLength: number;
};
@@ -760,6 +761,7 @@ export type NativeAppSettings = {
AppDownloadLink: string;
AndroidAppDownloadLink: string;
IosAppDownloadLink: string;
MobileExternalBrowser: boolean;
};
export type ClusterSettings = {
@@ -808,6 +810,7 @@ export type CacheSettings = {
RedisAddress: string;
RedisPassword: string;
RedisDB: number;
DisableClientCache: boolean;
};
export type ElasticsearchSettings = {