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 interface ContentBoxEvents {
}
export interface BaseContentBoxProps {
/** 是否在浏览器视窗内truefalse不在undefined未检测 */
/** Whether in the browser window, true: in, false: not, undefined: not detected */
inView?: boolean;
contentBoxEvents?: ContentBoxEvents;
}