add “favicon” feconfig (#467)

* add favicon config

* add default
This commit is contained in:
heheer
2023-11-13 16:05:05 +08:00
committed by GitHub
parent d91551e6be
commit 4593eef2ff
3 changed files with 4 additions and 2 deletions

View File

@@ -23,6 +23,7 @@ export type FeConfigsType = {
exportLimitMinutes?: number;
};
scripts?: { [key: string]: string }[];
favicon?: string;
};
export type SystemEnvType = {