feat: add favicon configuration

This commit is contained in:
ShiYu
2025-10-28 11:01:46 +08:00
parent 51326dea08
commit 138296e5a6
6 changed files with 15 additions and 3 deletions

View File

@@ -19,6 +19,7 @@ export interface SystemStatus {
version: string;
title: string;
logo: string;
favicon: string;
is_initialized: boolean;
app_domain?: string;
file_domain?: string;