chore: replace all cn comments of fe to en version by volc api (#320)
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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 />;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user