fix: add missed modifications of <AppIcon /> (#7512)

This commit is contained in:
Hash Brown
2024-08-22 13:32:59 +08:00
committed by GitHub
parent 6f968bafb2
commit 60ef7ba855
8 changed files with 20 additions and 8 deletions

View File

@@ -14,10 +14,10 @@ export type SiteInfo = {
title: string
chat_color_theme?: string
chat_color_theme_inverted?: boolean
icon_type?: AppIconType
icon_type?: AppIconType | null
icon?: string
icon_background?: string
icon_url?: string
icon_background?: string | null
icon_url?: string | null
description?: string
default_language?: Locale
prompt_public?: boolean