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

@@ -30,7 +30,7 @@ export const getPreferInteractiveType = () => {
return IS_MAC_OS ? InteractiveType.Pad : InteractiveType.Mouse;
};
/** 记录选择的交互模式 */
/** Record the selected interaction mode */
export const setPreferInteractiveType = (type: InteractiveType) => {
localStorage.setItem(CACHE_KEY, type);
};

View File

@@ -98,7 +98,7 @@ export const GuidingPopover = (
const [visible, setVisible] = useState(() => needShowGuidingPopover());
const onButtonClick = () => setVisible(false);
// gotIt 方法先不暴露到上层了,后续需要使用再暴露出来
// The gotIt method is not exposed to the upper layer first, and it needs to be used later before being exposed.
const handleGotIt = () => {
hideGuidingPopover();
setVisible(false);