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

@@ -14,5 +14,5 @@
* limitations under the License.
*/
// @file 开源版暂时不提供历史记录功能,本文件中导出的方法用于未来拓展使用。
// The @file open-source version does not provide historical recording for the time being. The methods exported in this file are for future expansion.
export const LeftContentButtons = () => null;

View File

@@ -14,5 +14,5 @@
* limitations under the License.
*/
// @file 开源版暂时不提供用户界面功能,本文件中导出的方法用于未来拓展使用。
// The @file open source version does not provide user interface functions for the time being. The methods exported in this file are for future expansion.
export const ModeTab = () => null;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
// @file 开源版暂时不提供历史记录功能,本文件中导出的方法用于未来拓展使用。
// The @file open-source version does not provide historical recording for the time being. The methods exported in this file are for future expansion.
import React from 'react';
export const SecondarySidebar = () => <div />;

View File

@@ -14,5 +14,5 @@
* limitations under the License.
*/
// @file 开源版暂时不提供用户界面功能,本文件中导出的方法用于未来拓展使用。
// The @file open source version does not provide user interface functions for the time being. The methods exported in this file are for future expansion.
export const UIBuilder = (_props: any) => null;

View File

@@ -17,7 +17,7 @@
import { useIDEGlobalStore } from '@coze-project-ide/base-interface';
export const useCommitVersion = () => {
// 内置了 shallow 操作,无需 useShallow
// Built-in shallow operation, no useShallow
// eslint-disable-next-line @coze-arch/zustand/prefer-shallow
const { version, patch } = useIDEGlobalStore(store => ({
version: store.version,