更改一下systemTitle
Some checks failed
Build FastGPT images in Personal warehouse / build-fastgpt-images (push) Has been cancelled

This commit is contained in:
yangxin 2025-06-06 21:10:06 +08:00
parent 9fb5d05865
commit 59b7c608fd

View File

@ -165,7 +165,7 @@ const FormLayout = ({ children, setPageType, pageType }: Props) => {
<MyImage src={LOGO_ICON} w={['22.5px', '36px']} alt={'icon'} /> <MyImage src={LOGO_ICON} w={['22.5px', '36px']} alt={'icon'} />
</Flex> </Flex>
<Box ml={[3, 5]} fontSize={['lg', 'xl']} fontWeight={'bold'} color={'myGray.900'}> <Box ml={[3, 5]} fontSize={['lg', 'xl']} fontWeight={'bold'} color={'myGray.900'}>
{feConfigs?.systemTitle} FastGPT
</Box> </Box>
</Flex> </Flex>
{!isPc && <I18nLngSelector />} {!isPc && <I18nLngSelector />}