feat: 添加合规提示

This commit is contained in:
zdl
2025-11-04 19:26:18 +08:00
parent 87476226c3
commit 2a59e9edb2

View File

@@ -227,6 +227,16 @@ const StockListItem = ({
{isDescExpanded ? '收起' : '展开'} {isDescExpanded ? '收起' : '展开'}
</Button> </Button>
)} )}
{/* 合规提示 */}
<Text
fontSize="xs"
color="gray.500"
mt={2}
fontStyle="italic"
>
以上关联描述由AI生成仅供参考不构成投资建议
</Text>
</Box> </Box>
)} )}
</VStack> </VStack>