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

@@ -44,7 +44,7 @@ export const isQueryWithinOneWeek = (logId: string) => {
return false;
}
const oneWeekAgoTime = dayjs().subtract(1, 'week');
// 最近 6 天,从 0 点开始
// The last 6 days, starting from 0:00
return logIdTime.isAfter(oneWeekAgoTime, 'day');
};
@@ -128,8 +128,8 @@ const ActionBarWithMultiActions = () => {
};
/**
* 带有标题的footer
* 1、中间消息,用于展示Pluginworkflow的中间调用状态
* Footer with title
* 1. Intermediate message, used to display the intermediate call status of Plugin and workflow
*/
const ActionBarWithTitle = () => {
const { message } = useMessageBoxContext();