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

@@ -31,7 +31,7 @@ dayjs.extend(utc);
const jsonBig = JSONBig({ storeAsString: true });
/**
* 转换时间戳为当前格式化当前时区时间
* Convert timestamp to current format current time zone
* @param timestamp string | number
* @returns UTCTimeInfo
*/
@@ -62,7 +62,7 @@ export const getPastWeekDates = (): string[] => {
};
/**
* 从格式化时间提取其当前对应的开始/结束时间戳
* Extract its current corresponding start/end timestamp from the format time
* @param formattedDate QueryFilterItemId
* @returns DailyTime
*/

View File

@@ -43,7 +43,7 @@ export const getSpanProp = (span: CSpan, key: string) => {
};
/**
* 加强原始Span信息注入服务端采集的tokenstatus等信息)
* Enhance the original Span information (inject token, status, etc. collected at the server level)
* @param originSpans Span[]
* @param traceAdvanceInfo TraceAdvanceInfo[]
* @returns CSpan[]