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

@@ -16,11 +16,11 @@
export const CUSTOM_TAB_BAR_CONTAINER = 'custom-tabBar-container';
// 前边的 action
// Previous actions
export const PRE_TAB_BAR_ACTION_CONTAINER = 'pre-flow-tabBar-action-container';
// 后边的 action
// The action behind
export const TAB_BAR_ACTION_CONTAINER = 'flow-tabBar-action-container';
// tab bar 滚动区域
// Tab bar scrolling area
export const TAB_BAR_SCROLL_CONTAINER = 'flow-tabBar-scroll-container';
// toolbar
@@ -28,5 +28,5 @@ export const TAB_BAR_TOOLBAR = 'flow-toolbar-container';
export const TAB_BAR_TOOLBAR_ITEM = 'flow-toolbar-item';
export const DISABLE_HANDLE_EVENT = 'disable-handle-event';
/** DebugBar 可拖拽区域 classname */
/** DebugBar Draggable classname */
export const DEBUG_BAR_DRAGGABLE = 'flow-debug-bar-draggable';