feat: 股票概览中心改为个股中心

This commit is contained in:
zdl
2025-10-24 11:03:41 +08:00
parent 34a6c402c4
commit 5eb4227e29

View File

@@ -578,7 +578,7 @@ const StockOverview = () => {
bgGradient={colorMode === 'dark' ? `linear(to-r, ${goldColor}, white)` : 'none'} bgGradient={colorMode === 'dark' ? `linear(to-r, ${goldColor}, white)` : 'none'}
bgClip={colorMode === 'dark' ? 'text' : 'none'} bgClip={colorMode === 'dark' ? 'text' : 'none'}
> >
票概览中心 股中心
</Heading> </Heading>
</HStack> </HStack>