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

@@ -93,7 +93,7 @@ export const GenerateButton: React.FC<GenerateButtonProps> = ({
(scene === 'gif' && gifCount >= 10) ||
(scene === 'static_image' && staticImageCount >= 20)
) {
// 达到上限,禁用按钮
// Limit reached, disable button
setExceedImageGenCountLimit(true);
}
}
@@ -103,7 +103,7 @@ export const GenerateButton: React.FC<GenerateButtonProps> = ({
}
};
useEffect(() => {
// 获取图片限制,每天限制10gif20个静态图根据scene来判断是否达到上限
// Get the picture limit, limit 10 gifs and 20 static pictures per day, and judge whether the upper limit is reached according to the scene.
if (!loading) {
getGenPicTimes();
}