fix: chat stream data too long

This commit is contained in:
jialin
2025-11-06 15:37:42 +08:00
parent 38cc179068
commit e1e38f0404
7 changed files with 68 additions and 39 deletions
+1 -1
View File
@@ -123,4 +123,4 @@ const LabelItem: React.FC<LabelItemProps> = ({
);
};
export default React.memo(LabelItem);
export default LabelItem;