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

@@ -78,7 +78,7 @@ export const FullScreenButton = () => {
[fullScreen, keybinding],
);
// 左边分屏不展示全屏按钮
// The left split screen does not display the full screen button.
if (direction === 'left') {
return null;
}
@@ -91,7 +91,7 @@ export const FullScreenButton = () => {
<Tooltip
content={content}
position="bottom"
// 点击后布局变化tooltip 需要手动控制消失
// After clicking, the layout changes, and the tooltip needs to be manually controlled to disappear.
trigger="custom"
visible={tooltipVisible}
>