chore: replace all cn comments of fe to en version by volc api (#320)

This commit is contained in:
tecvan
2025-07-31 10:32:15 +08:00
committed by GitHub
parent 716ec0cba8
commit 71f6245a01
2960 changed files with 15545 additions and 15545 deletions

View File

@@ -30,13 +30,13 @@ export const getShowFeedback = ({
>;
latestSectionId: string;
}): boolean => {
// 是否是推送的消息
// Is it a pushed message?
const isPushedMessage = getIsPushedMessage(message);
if (isPushedMessage) {
return false;
}
// 来自最后一个消息组的 final answer
// The final answer from the last message group
return (
meta.isGroupLastAnswerMessage &&
meta.isFromLatestGroup &&