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

@@ -32,7 +32,7 @@ export const useValue = (value: Field['value']) => {
type: LogValueStyleType.Default,
};
} else if (isObject(value)) {
// 大数字返回数字类型,值用字符串
// Large number Returns the numeric type, and the value is a string.
if (isBigNumber(value)) {
return {
value: bigNumbertoString(value),
@@ -64,7 +64,7 @@ export const useValue = (value: Field['value']) => {
}
return {
value: generateStrAvoidEscape(value),
// value: generateStr2Link(value, avoidEscape), 先取消做 link 解析
// Value: generateStr2Link (value, avoidEscape), cancel the link parsing first
type: LogValueStyleType.Default,
};
} else if (isNumber(value)) {