mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-24 22:03:54 +00:00

* perf: simple app save * fix: notify config i18n * perf: service side props render * perf: model selector * update doc
7 lines
293 B
TypeScript
7 lines
293 B
TypeScript
export const HUMAN_ICON = `/icon/human.svg`;
|
|
export const LOGO_ICON = `/icon/logo.svg`;
|
|
export const HUGGING_FACE_ICON = `/imgs/model/huggingface.svg`;
|
|
export const DEFAULT_TEAM_AVATAR = `/imgs/avatar/defaultTeamAvatar.svg`;
|
|
|
|
export const isProduction = process.env.NODE_ENV === 'production';
|